Code review request for trivial javadoc issue in Throwable

Lance Andersen - Oracle Lance.Andersen at oracle.com
Wed Jan 11 02:18:51 UTC 2012


Looks good


On Jan 10, 2012, at 8: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.<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


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com




More information about the core-libs-dev mailing list