Code review request for trivial javadoc issue in Throwable
Joe Darcy
joe.darcy at oracle.com
Wed Jan 11 01:20:25 UTC 2012
Hello,
Please review this simple fix to the javadoc of java.lang.Throwable; use
of "<" and ">" rather than "<" and ">" 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.<init>(Resource2.java:45)
* ... 2 more
* </pre>
*/
After the review, I'll file a bug and do the push, etc.
Thanks,
-Joe
More information about the core-libs-dev
mailing list