- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libjava/java/security/InvalidKeyException.java (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libjava/java/security/InvalidKeyException.java
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 /* Copyright (C) 2000 Free Software Foundation 1 /* InvalidKeyException -- thrown for an invalid key 2 Copyright (C) 2000, 2002 Free Software Foundation 2 3 3 4 This file is part of GNU Classpath. … … 38 39 39 40 /** 41 42 40 43 * @author Warren Levy <[email protected]> 41 * @ date February 1, 2000.44 * @ 42 45 */ 43 44 /**45 * Written using on-line Java Platform 1.2 API Specification.46 * Status: Believed complete and correct.47 */48 49 46 public class InvalidKeyException extends KeyException 50 47 { 48 49 50 51 52 53 54 55 51 56 public InvalidKeyException() 52 57 { 53 super();54 58 } 55 59 60 61 62 63 64 56 65 public InvalidKeyException(String msg) 57 66 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
