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

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

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

revision 1.6 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.7 by mkoch, Tue Jan 14 21:30:39 2003 UTC
# Line 81  public class ImageFilter implements Imag Line 81  public class ImageFilter implements Imag
81       *       *
82       * @see java.lang.Object#clone ()       * @see java.lang.Object#clone ()
83       */       */
84      public Object clone() throws CloneNotSupportedException      public Object clone()
85      {      {
86          return (super.clone());        try
87            {
88              return super.clone();
89            }
90          catch (CloneNotSupportedException e)
91            {
92              // This should never happen as this class implements the
93              // Cloneable interface.
94              throw new InternalError ();
95            }
96      }      }
97    
98      /**      /**

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

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