/[classpath]/classpath/java/security/SignatureSpi.java
ViewVC logotype

Diff of /classpath/java/security/SignatureSpi.java

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

revision 1.7 by mkoch, Sat Apr 17 18:46:40 2004 UTC revision 1.8 by rsdio, Mon Aug 16 07:16:27 2004 UTC
# Line 263  public abstract class SignatureSpi Line 263  public abstract class SignatureSpi
263     */     */
264    protected AlgorithmParameters engineGetParameters()    protected AlgorithmParameters engineGetParameters()
265    {    {
266      throw new UnsupportedOperationException();          throw new UnsupportedOperationException();
267    }    }
268    
269    /**    /**
# Line 297  public abstract class SignatureSpi Line 297  public abstract class SignatureSpi
297     */     */
298    public Object clone() throws CloneNotSupportedException    public Object clone() throws CloneNotSupportedException
299    {    {
300      throw new CloneNotSupportedException();      return super.clone();
301    }    }
302  }  }

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