Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / types / SimpleDatatypeDefinition.java
index a839342a85e96a5c1290fdcd8727f25c98c9e279..a158c9b2af4b41a389592f44a11dcad22b9ed2e6 100644 (file)
@@ -19,7 +19,6 @@ import org.eclipse.tracecompass.ctf.core.event.scope.IDefinitionScope;
  * getIntegerValue and getStringValue to a class.
  *
  * @author Matthew Khouzam
- * @since 1.2
  */
 public abstract class SimpleDatatypeDefinition extends Definition {
 
@@ -33,7 +32,6 @@ public abstract class SimpleDatatypeDefinition extends Definition {
      * @param fieldName
      *            The name of the field matching this definition in the parent
      *            scope
-     * @since 3.0
      */
     public SimpleDatatypeDefinition(@NonNull IDeclaration declaration, IDefinitionScope definitionScope,
             @NonNull String fieldName) {
This page took 0.02506 seconds and 5 git commands to generate.