/[classpath]/classpath/java/awt/image/ColorModel.java
ViewVC logotype

Diff of /classpath/java/awt/image/ColorModel.java

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

revision 1.12 by mkoch, Tue Jan 14 21:30:39 2003 UTC revision 1.13 by mark, Thu Jan 16 21:37:42 2003 UTC
# Line 142  public abstract class ColorModel impleme Line 142  public abstract class ColorModel impleme
142          bits_sum |= bits [i];          bits_sum |= bits [i];
143        }        }
144            
145      if ((bits.length < cspace.numComponents)      if ((bits.length < cspace.getNumComponents())
146          || (bits_sum < 1))          || (bits_sum < 1))
147        throw new IllegalArgumentException ();        throw new IllegalArgumentException ();
148    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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