/[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.15 by tromey, Thu Jun 5 16:40:20 2003 UTC revision 1.16 by mkoch, Mon Jun 23 12:53:47 2003 UTC
# Line 589  public abstract class ColorModel impleme Line 589  public abstract class ColorModel impleme
589      return sm.getTransferType() == transferType;      return sm.getTransferType() == transferType;
590    }    }
591    
592      public final int getTransferType ()
593      {
594        return transferType;
595      }
596    
597    public void finalize()    public void finalize()
598    {    {
599    }    }

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

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