Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / timechart / TimeChartAnalysisEntry.java
index 27aca38b593e529679da071fec9981c4723955e7..f980f076bb00dbc22cc6422b30e6565bf5435a3f 100644 (file)
@@ -42,9 +42,6 @@ public class TimeChartAnalysisEntry implements ITimeGraphEntry {
         fTraceEvents = new Vector<>(modelSize);
     }
 
-    /**
-     * @since 2.0
-     */
     @Override
     public List<ITimeGraphEntry> getChildren() {
         return null;
This page took 0.050174 seconds and 5 git commands to generate.