You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/08/01 14:35:52 UTC

[jira] Resolved: (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:all-tabpanel ]

Tim Ellison resolved HARMONY-4547.
----------------------------------

    Resolution: Fixed

Thanks Jia Lang.

I fixed the problem in NIO_CHAR (not actually using your patch) in repo revision r561783.

Please check that the problem is now resolved.


> [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.