aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/source/tree/BinaryTree.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/com/sun/source/tree/BinaryTree.java')
-rw-r--r--src/share/classes/com/sun/source/tree/BinaryTree.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/classes/com/sun/source/tree/BinaryTree.java b/src/share/classes/com/sun/source/tree/BinaryTree.java
index 21875f30..d24497a3 100644
--- a/src/share/classes/com/sun/source/tree/BinaryTree.java
+++ b/src/share/classes/com/sun/source/tree/BinaryTree.java
@@ -34,7 +34,7 @@ package com.sun.source.tree;
* <em>leftOperand</em> <em>operator</em> <em>rightOperand</em>
* </pre>
*
- * @see "The Java Language Specification, 3rd ed, sections 15.17 to 15.24"
+ * @jls sections 15.17 to 15.24
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons