aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/KeyException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/security/KeyException.java')
-rw-r--r--libjava/java/security/KeyException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/security/KeyException.java b/libjava/java/security/KeyException.java
index 3b7d3886e15..8d69a569318 100644
--- a/libjava/java/security/KeyException.java
+++ b/libjava/java/security/KeyException.java
@@ -1,5 +1,5 @@
/* KeyException.java -- Thrown when there is a problem with a key
- Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -40,7 +40,7 @@ package java.security;
/**
* This exception is thrown when there is a problem with a key.
*
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
* @see Key
* @status updated to 1.4
*/