/[classpath]/classpath/javax/imageio/ImageIO.java
ViewVC logotype

Diff of /classpath/javax/imageio/ImageIO.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mkoch, Wed Feb 16 07:05:33 2005 UTC revision 1.6 by mkoch, Mon Apr 11 06:51:17 2005 UTC
# Line 80  public final class ImageIO Line 80  public final class ImageIO
80      {      {
81        if (provider instanceof ImageReaderSpi)        if (provider instanceof ImageReaderSpi)
82          {          {
83            ImageWriterSpi spi = (ImageWriterSpi) provider;            ImageReaderSpi spi = (ImageReaderSpi) provider;
84            String[] formatNames = spi.getFormatNames();            String[] formatNames = spi.getFormatNames();
85    
86            for (int i = formatNames.length - 1; i >= 0; --i)            for (int i = formatNames.length - 1; i >= 0; --i)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26