Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / CTFClock.java
index aad086ae6757440aa1eb222d518de5a497c3827d..669222b51ce159d49efa6856c39f5519363cb6eb 100644 (file)
@@ -100,7 +100,6 @@ public class CTFClock {
 
     /**
      * @return the clockOffset
-     * @since 2.0
      */
     public long getClockOffset() {
         return fClockOffset;
@@ -108,7 +107,6 @@ public class CTFClock {
 
     /**
      * @return the clockScale
-     * @since 2.0
      */
     public double getClockScale() {
         return fClockScale;
@@ -116,7 +114,6 @@ public class CTFClock {
 
     /**
      * @return the clockAntiScale
-     * @since 2.0
      */
     public double getClockAntiScale() {
         return fClockAntiScale;
@@ -124,7 +121,6 @@ public class CTFClock {
 
     /**
      * @return is the clock in ns or cycles?
-     * @since 2.0
      */
     public boolean isClockScaled() {
         return fIsScaled;
This page took 0.027007 seconds and 5 git commands to generate.