Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / model / ITimeGraphEntry.java
index 3bafaccb2aae4cde4a86ac451404e07b53dad6d3..f5f662c3ec896375fac932f846dee2c4dd209779 100644 (file)
@@ -19,7 +19,6 @@ import java.util.List;
 /**
  * Interface for an entry (row) in the time graph view
  *
- * @version 1.0
  * @author Alvaro Sanchez-Leon
  * @author Patrick Tasse
  */
@@ -44,7 +43,6 @@ public interface ITimeGraphEntry {
      * Returns the child elements of this entry.
      *
      * @return an array of child elements
-     * @since 2.0
      */
     List<? extends ITimeGraphEntry> getChildren();
 
This page took 0.024032 seconds and 5 git commands to generate.