aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/javac/jvm/Gen.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/javac/jvm/Gen.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/javac/jvm/Gen.java')
-rw-r--r--src/share/classes/com/sun/tools/javac/jvm/Gen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/classes/com/sun/tools/javac/jvm/Gen.java b/src/share/classes/com/sun/tools/javac/jvm/Gen.java
index 55e1a9d5..bbde8d9e 100644
--- a/src/share/classes/com/sun/tools/javac/jvm/Gen.java
+++ b/src/share/classes/com/sun/tools/javac/jvm/Gen.java
@@ -283,7 +283,7 @@ public class Gen extends JCTree.Visitor {
}
// leave alone methods inherited from Object
- // JLS2 13.1.
+ // JLS 13.1.
if (sym.owner == syms.objectType.tsym)
return sym;