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

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

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

revision 1.7 by andreast, Tue Oct 4 15:43:32 2005 UTC revision 1.8 by fitzsim, Tue Oct 4 18:05:08 2005 UTC
# Line 1529  public abstract class ImageReader Line 1529  public abstract class ImageReader
1529                                                   Iterator imageTypes,                                                   Iterator imageTypes,
1530                                                   int width,                                                   int width,
1531                                                   int height)                                                   int height)
1532      throws IOException      throws IIOException
1533    {    {
1534      if (imageTypes == null || !imageTypes.hasNext())      if (imageTypes == null || !imageTypes.hasNext())
1535        throw new IllegalArgumentException ("imageTypes null or empty");        throw new IllegalArgumentException ("imageTypes null or empty");

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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