ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / filter / model / TmfFilterEventTypeNode.java
index ab98b3767d7e54134b1769c0c8e8308a2f6a1e9d..55bead9a1bfd242c0db8c195b4a8d301485e5860 100644 (file)
@@ -98,14 +98,14 @@ public class TmfFilterEventTypeNode extends TmfFilterTreeNode {
     }
 
     /**
-     * @return TBD
+     * @return the category and trace type name
      */
     public String getName() {
         return fName;
     }
 
     /**
-     * @param name TBD
+     * @param name the category and trace type name
      */
     public void setName(String name) {
         this.fName = name;
This page took 0.026712 seconds and 5 git commands to generate.