/[classpath]/classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java

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

revision 1.16 by fitzsim, Thu Aug 18 01:22:00 2005 UTC revision 1.17 by fitzsim, Sun Aug 21 02:39:41 2005 UTC
# Line 306  public class GdkPixbufDecoder extends gn Line 306  public class GdkPixbufDecoder extends gn
306    static String findFormatName(Object ext, boolean needWritable)    static String findFormatName(Object ext, boolean needWritable)
307    {    {
308      if (ext == null)      if (ext == null)
309        throw new IllegalArgumentException("extension is null");        return null;
310    
311      if (!(ext instanceof String))      if (!(ext instanceof String))
312        throw new IllegalArgumentException("extension is not a string");        throw new IllegalArgumentException("extension is not a string");

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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