aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/javax/lang/model/type/TypeVariable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/javax/lang/model/type/TypeVariable.java')
-rw-r--r--src/share/classes/javax/lang/model/type/TypeVariable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/classes/javax/lang/model/type/TypeVariable.java b/src/share/classes/javax/lang/model/type/TypeVariable.java
index cbecb024..993bba68 100644
--- a/src/share/classes/javax/lang/model/type/TypeVariable.java
+++ b/src/share/classes/javax/lang/model/type/TypeVariable.java
@@ -38,8 +38,8 @@ import javax.lang.model.util.Types;
* type, method, or constructor.
* A type variable may also be declared implicitly, as by
* the capture conversion of a wildcard type argument
- * (see chapter 5 of <i>The Java Language Specification, Third
- * Edition</i>).
+ * (see chapter 5 of
+ * <cite>The Java&trade; Language Specification</cite>).
*
* @author Joseph D. Darcy
* @author Scott Seligman