From commits-return-41577-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Wed Aug 01 12:30:14 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68538 invoked from network); 1 Aug 2007 12:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 12:30:13 -0000 Received: (qmail 55940 invoked by uid 500); 1 Aug 2007 12:30:13 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 55850 invoked by uid 500); 1 Aug 2007 12:30:13 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 55841 invoked by uid 99); 1 Aug 2007 12:30:13 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 05:30:13 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 12:30:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 01C9571417D for ; Wed, 1 Aug 2007 05:29:53 -0700 (PDT) Message-ID: <9958086.1185971393004.JavaMail.jira@brutus> Date: Wed, 1 Aug 2007 05:29:53 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature In-Reply-To: <7917831.1185429511169.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison updated HARMONY-4547: --------------------------------- Assignee: Tim Ellison > [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.