aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java')
-rw-r--r--src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java b/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java
index 51075d6f..c7a44390 100644
--- a/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java
+++ b/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java
@@ -28,7 +28,7 @@ package com.sun.tools.classfile;
import java.io.IOException;
/**
- * See JVMS3, section 4.8.16.
+ * See JVMS, section 4.8.16.
*
* <p><b>This is NOT part of any supported API.
* If you write code that depends on this, you do so at your own risk.