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