From commits-return-62745-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu Jun 10 21:13:36 2010 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 17526 invoked from network); 10 Jun 2010 21:13:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 21:13:35 -0000 Received: (qmail 39229 invoked by uid 500); 10 Jun 2010 21:13:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 39206 invoked by uid 500); 10 Jun 2010 21:13:35 -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 39199 invoked by uid 99); 10 Jun 2010 21:13:35 -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 21:13:35 +0000 X-ASF-Spam-Status: No, hits=-1512.3 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 21:13:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5ALDDJ6004778 for ; Thu, 10 Jun 2010 21:13:14 GMT Message-ID: <20397212.31911276204393970.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 17:13:13 -0400 (EDT) From: "Hudson (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=12877579#action_12877579 ] Hudson commented on HARMONY-6509: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #844 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/844/]) Committed Lang's patch for HARMONY-6509: implementation of ImageReaderSpi.isOwnReader() and ImageWriterSpi.isOwnWriter(). > 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 > Assignee: Alexei Fedotov > Fix For: 5.0M15 > > 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.