tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / handlers / OpenAction.java
index 883c827a9c1229628168a5680ba19e862f45c8de..ed93ecfa7c5faaf21bdfa08b6fc390a4b44745d8 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
-* Copyright (c) 2012 Ericsson
+* Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -51,10 +51,6 @@ public class OpenAction extends Action {
         this.selectionProvider = selectionProvider;
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.jface.action.Action#isEnabled()
-     */
     @Override
     public boolean isEnabled() {
         ISelection selection = selectionProvider.getSelection();
@@ -71,10 +67,6 @@ public class OpenAction extends Action {
         return false;
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.jface.action.Action#run()
-     */
     @Override
     public void run() {
         try {
This page took 0.02357 seconds and 5 git commands to generate.