Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / TimeGraphRangeUpdateEvent.java
index 32f833a7d52935acc01a2960f6c3075fb6c39240..217870c2acb9a1e2fef9da44508eb06904a85c3c 100644 (file)
@@ -17,14 +17,12 @@ import java.util.EventObject;
 /**
  * Notifier for the time graph that the time range has been updated.
  *
- * @version 1.0
  * @author Patrick Tasse
  */
 public class TimeGraphRangeUpdateEvent extends EventObject {
 
     /**
      * Default serial version UID for this class.
-     * @since 1.0
      */
     private static final long serialVersionUID = 1L;
 
This page took 0.042969 seconds and 5 git commands to generate.