aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/classfile/Code_attribute.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/com/sun/tools/classfile/Code_attribute.java')
-rw-r--r--src/share/classes/com/sun/tools/classfile/Code_attribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/classes/com/sun/tools/classfile/Code_attribute.java b/src/share/classes/com/sun/tools/classfile/Code_attribute.java
index bc21154c..af34c2a4 100644
--- a/src/share/classes/com/sun/tools/classfile/Code_attribute.java
+++ b/src/share/classes/com/sun/tools/classfile/Code_attribute.java
@@ -30,7 +30,7 @@ import java.util.Iterator;
import java.util.NoSuchElementException;
/**
- * See JVMS3, section 4.8.3.
+ * See JVMS, section 4.8.3.
*
* <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.