You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jia Liang (JIRA)" <ji...@apache.org> on 2007/08/02 07:49:53 UTC

[jira] Commented: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

    [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517148 ] 

Jia Liang commented on HARMONY-4547:
------------------------------------

Verified, thanks Tim.

> [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4547
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4547.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java
> Remove  IllegalCharsetNameException throws declaration from 
>  protected Charset(String canonicalName, String[] aliases)
> Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
>  public static Charset forName(String charsetName)
> Remove  IllegalCharsetNameException throws declaration from 
>  public static boolean isSupported(String charsetName)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.