Code review request for trivial javadoc issue in Throwable (original) (raw)
Mandy Chung mandy.chung at oracle.com
Wed Jan 11 03:39:28 UTC 2012
- Previous message: Code review request for trivial javadoc issue in Throwable
- Next message: hg: jdk8/tl/jdk: 7128931: Bad HTML escaping in java.lang.Throwable javadoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good. Mandy
On 1/10/2012 5:20 PM, Joe Darcy wrote:
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.(Resource2.java:45) + * at Resource2$CloseFailException.(Resource2.java:45) * ... 2 more * */ After the review, I'll file a bug and do the push, etc. Thanks, -Joe
- Previous message: Code review request for trivial javadoc issue in Throwable
- Next message: hg: jdk8/tl/jdk: 7128931: Bad HTML escaping in java.lang.Throwable javadoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]