src/share/classes/com/sun/tools/javac/code/TypeTag.java

changeset 1381
23fe1a96bc0f
parent 1374
c002fdee76fd
child 1442
fcf89720ae71
     1.1 --- a/src/share/classes/com/sun/tools/javac/code/TypeTag.java	Mon Oct 29 10:39:49 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/code/TypeTag.java	Tue Oct 30 10:15:19 2012 -0700
     1.3 @@ -106,7 +106,7 @@
     1.4       */
     1.5      DEFERRED,
     1.6  
     1.7 -    /** The tag of the bottom type <null>.
     1.8 +    /** The tag of the bottom type {@code <null>}.
     1.9       */
    1.10      BOT,
    1.11  

mercurial