classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: HTMLEditorKit partial implementation


From: Lillian Angel
Subject: Re: [cp-patches] FYI: HTMLEditorKit partial implementation
Date: Tue, 13 Dec 2005 17:52:28 -0500

Fixed a small typo

2005-12-13  Lillian Angel  <address@hidden>

        * javax/swing/text/html/HTMLEditorKit.java
        (getHTMLEditorKit): Fixed typo.


On Tue, 2005-12-13 at 17:49 -0500, Lillian Angel wrote:
> > Try catching a more specific Exception (like ClassCastException) or
> > first trying if (e instanceof HTMLEditor). And when catching an
> > exception and throwing a new one it often makes sense to chain the
> > exceptions with initCause().
> 
> You are right. Thanks for catching that.
> It is now fixed.
> 
> 
> 2005-12-13  Lillian Angel  <address@hidden>
> 
>         * javax/swing/text/html/HTMLEditorKit.java
>         (insertHTML): Fixed catching of exceptions.
>         (getHTMLDocument): Likewise.
>         (getHTMLEditorKit): Likewise.
> 
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]