Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / model / TimeEvent.java
index 1087cc869f2d327bfa5937e153120cfe7527598f..189b8bafc38fb07860eee62a217e7c7a2bb42ca5 100644 (file)
@@ -63,7 +63,6 @@ public class TimeEvent implements ITimeEvent {
      *            The duration of this event
      * @param value
      *            The status assigned to the event
-     * @since 2.1
      */
     public TimeEvent(ITimeGraphEntry entry, long time, long duration,
             int value) {
@@ -77,7 +76,6 @@ public class TimeEvent implements ITimeEvent {
      * Get this event's status
      *
      * @return The integer matching this status
-     * @since 2.1
      */
     public int getValue() {
         return fValue;
@@ -87,7 +85,6 @@ public class TimeEvent implements ITimeEvent {
      * Return whether an event has a value
      *
      * @return true if the event has a value
-     * @since 2.1
      */
     public boolean hasValue() {
         return (fValue != NOVALUE);
This page took 0.023795 seconds and 5 git commands to generate.