langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java
changeset 13844 56339cf983a3
parent 13077 16fb753bb5dc
child 14057 b4b0377b8dba
--- a/langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java	Sat Sep 08 22:54:21 2012 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java	Thu Sep 13 14:29:36 2012 -0700
@@ -256,7 +256,8 @@
         return pos;
     }
 
-    /** If type parameter list is non-empty, print it enclosed in "<...>" brackets.
+    /** If type parameter list is non-empty, print it enclosed in
+     *  {@literal "<...>"} brackets.
      */
     public void printTypeParameters(List<JCTypeParameter> trees) throws IOException {
         if (trees.nonEmpty()) {