Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / types / FloatDeclaration.java
index 131c8f02fc1a020120225821260b0bf02ef332d2..683bf978e975246bfa79c6ce43c291bf891258f3 100644 (file)
@@ -98,9 +98,6 @@ public final class FloatDeclaration extends Declaration implements ISimpleDataty
         return fAlignement;
     }
 
-    /**
-     * @since 3.0
-     */
     @Override
     public int getMaximumSize() {
         return fMantissa + fExponent + 1;
@@ -110,9 +107,6 @@ public final class FloatDeclaration extends Declaration implements ISimpleDataty
     // Operations
     // ------------------------------------------------------------------------
 
-    /**
-     * @since 3.0
-     */
     @Override
     public FloatDefinition createDefinition(@Nullable IDefinitionScope definitionScope,
             String fieldName, BitBuffer input) throws CTFReaderException {
This page took 0.024858 seconds and 5 git commands to generate.