aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java
diff options
context:
space:
mode:
authorjjh <none@none>2011-04-13 11:35:43 -0700
committerjjh <none@none>2011-04-13 11:35:43 -0700
commit1015ca8c8ad5adefff8a03cac606d35cdd3de423 (patch)
tree386f0cb34376b3a6ec910c0eb556c37dc3e1e8c6 /src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java
parenta033f58d2c3d71329a2e2c4dbf4a6fe36b4538bd (diff)
7032975: API files in javax.annotation.processing need to be updated for references to JLS
7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks 7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks Summary: Removed URLs and 'edition' references Reviewed-by: jjg, darcy
Diffstat (limited to 'src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java')
-rw-r--r--src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java b/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java
index b917b0f4..8332cbec 100644
--- a/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java
+++ b/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java
@@ -28,7 +28,7 @@ package com.sun.tools.classfile;
import java.io.IOException;
/**
- * See JVMS3, section 4.8.14.
+ * See JVMS, section 4.8.14.
*
* <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.