Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / types / ScopedDefinition.java
index c8de3b289cfc461b728f808d7952759e00782034..ed4e449673f12bada5b9b7c1dea3445093a0a675 100644 (file)
@@ -23,7 +23,6 @@ import org.eclipse.tracecompass.ctf.core.event.scope.LexicalScope;
  * TODO: replace by default methods and an interface when java 8 is upon us
  *
  * @author Matthew Khouzam
- * @since 3.1
  */
 @NonNullByDefault
 public abstract class ScopedDefinition extends Definition implements IDefinitionScope {
@@ -55,7 +54,6 @@ public abstract class ScopedDefinition extends Definition implements IDefinition
      *            the field name
      * @param scope
      *            the lexical scope
-     * @since 3.1
      */
     public ScopedDefinition(StructDeclaration declaration, @Nullable IDefinitionScope definitionScope, String fieldName, LexicalScope scope) {
         super(declaration, definitionScope, fieldName, scope);
This page took 0.078066 seconds and 5 git commands to generate.