You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/05/22 05:24:17 UTC

[jira] Updated: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

     [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6509:
-------------------------------

    Summary: implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader  (was: implementation ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader)

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