ctf: fix missing @since
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 19 May 2015 16:02:44 +0000 (12:02 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 19 May 2015 17:58:49 +0000 (13:58 -0400)
Change-Id: Iaeb6ffc45b46382426e2987473e9351180c21190
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/48198
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/AbstractArrayDefinition.java
org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/CompoundDeclaration.java

index 50f5b28089219b131fe05f62c7715bf0eba470ab..75e2a82d7e1a7e33d58171c6eddfc3e15d40fcfc 100644 (file)
@@ -52,6 +52,7 @@ public abstract class AbstractArrayDefinition extends Definition {
      * Get the the number of elements in the array
      *
      * @return how many elements in the array
+     * @since 1.0
      */
     public abstract int getLength();
 
index c947b9d945b3b328b32d1c319a7df9e821e5a894..d7eac4188ed23675b682cc4361e476c408383e8f 100644 (file)
@@ -55,6 +55,7 @@ public abstract class CompoundDeclaration extends Declaration {
      *
      * @return true if this array 1 byte aligned. false if it's a "normal" array
      *         of generic Definition's.
+     * @since 1.0
      */
     public boolean isAlignedBytes() {
         IDeclaration elementType = getElementType();
This page took 0.026299 seconds and 5 git commands to generate.