Hello,

Please review this simple fix to the javadoc of java.lang.Throwable; use of "<" and ">" rather than "&lt;" and "&gt;" currently causes malformed HTML to be generated.

--- a/src/share/classes/java/lang/Throwable.java Tue Jan 10 17:12:11 2012 -0800 +++ b/src/share/classes/java/lang/Throwable.java Tue Jan 10 17:17:27 2012 -0800
@@ -625,7 +625,7 @@
      *          at Resource2.close(Resource2.java:20)
      *          at Foo4.main(Foo4.java:5)
      *  Caused by: java.lang.Exception: Rats, you caught me
-     *          at Resource2$CloseFailException.<init>(Resource2.java:45)
+ * at Resource2$CloseFailException.&lt;init&gt;(Resource2.java:45)
      *          ... 2 more
      * </pre>
      */

After the review, I'll file a bug and do the push, etc.

Thanks,

-Joe

Reply via email to