Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 63222 invoked from network); 10 Jun 2010 14:18:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 14:18:36 -0000 Received: (qmail 28682 invoked by uid 500); 10 Jun 2010 14:18:36 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 28659 invoked by uid 500); 10 Jun 2010 14:18:36 -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 28652 invoked by uid 99); 10 Jun 2010 14:18:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 14:18:36 +0000 X-ASF-Spam-Status: No, hits=-1511.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 14:18:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5AEIFTj029642 for ; Thu, 10 Jun 2010 14:18:15 GMT Message-ID: <25737698.22191276179495240.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 10:18:15 -0400 (EDT) From: "Alexei Fedotov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader In-Reply-To: <13470822.51921273355808266.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877427#action_12877427 ] Alexei Fedotov commented on HARMONY-6509: ----------------------------------------- Lang, please double think of using strings rather than localized exception messages. Internationalization is a common convention for Harmony. > implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader > --------------------------------------------------------------------------- > > Key: HARMONY-6509 > URL: https://issues.apache.org/jira/browse/HARMONY-6509 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Reporter: Lang Yang > Attachments: HARMONY-6509-lang.txt > > > Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader(). > description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter) > description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader) > I have also changed strings imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.