]> source.dussan.org Git - javassist.git/commitdiff
updated the javadoc comment of AnnotationsAttribute
authorchibash <chiba@javassist.org>
Mon, 30 Jun 2014 14:55:29 +0000 (23:55 +0900)
committerchibash <chiba@javassist.org>
Mon, 30 Jun 2014 14:55:29 +0000 (23:55 +0900)
src/main/javassist/bytecode/AnnotationsAttribute.java

index 5a2b8e628842222bb12aa53ed3d09138e06faaa8..f5dc581a2d8483b1662e43d32740e8630ffb0de8 100644 (file)
@@ -96,7 +96,7 @@ import javassist.bytecode.annotation.*;
  * </pre></ul>
  *
  * <p>The last statement is necessary if the class file was produced by
- * Javassist or JDK 1.4.  Otherwise, it is not necessary.
+ * <code>javac</code> of JDK 1.4 or earlier.  Otherwise, it is not necessary.
  *
  * @see AnnotationDefaultAttribute
  * @see javassist.bytecode.annotation.Annotation