src/share/classes/com/sun/tools/javac/tree/Pretty.java

changeset 1326
30c36e23f154
parent 1280
5c0b3faeb0b0
child 1347
1408af4cd8b0
     1.1 --- a/src/share/classes/com/sun/tools/javac/tree/Pretty.java	Sat Sep 08 22:54:21 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/tree/Pretty.java	Thu Sep 13 14:29:36 2012 -0700
     1.3 @@ -256,7 +256,8 @@
     1.4          return pos;
     1.5      }
     1.6  
     1.7 -    /** If type parameter list is non-empty, print it enclosed in "<...>" brackets.
     1.8 +    /** If type parameter list is non-empty, print it enclosed in
     1.9 +     *  {@literal "<...>"} brackets.
    1.10       */
    1.11      public void printTypeParameters(List<JCTypeParameter> trees) throws IOException {
    1.12          if (trees.nonEmpty()) {

mercurial