[ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Fedotov reassigned HARMONY-6509: --------------------------------------- Assignee: Alexei Fedotov > 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 > 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.