Add new LTTng commands (create/destroy/start/stop session,
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / handlers / BaseNodeHandler.java
index dc95d6b68feb03e76262fccf2c7b4abc28fecb73..feecfb3f6a9663f39aa3a27d4e1ba65d1f0856cc 100644 (file)
@@ -37,17 +37,6 @@ abstract public class BaseNodeHandler extends AbstractHandler {
      */
     protected TargetNodeComponent fTargetNode = null;
     
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-    public TargetNodeComponent getTargetNode() {
-        return fTargetNode;
-    }
-    
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
@@ -76,7 +65,7 @@ abstract public class BaseNodeHandler extends AbstractHandler {
             return false;
         }
 
-        // Check if a project is selected
+        // Check if the node component is selected
         ISelection selection = page.getSelection(ControlView.ID);
         if (selection instanceof StructuredSelection) {
             Object element = ((StructuredSelection) selection).getFirstElement();
This page took 0.02449 seconds and 5 git commands to generate.