diff options
Diffstat (limited to 'libjava/java/security/Identity.java')
-rw-r--r-- | libjava/java/security/Identity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/Identity.java b/libjava/java/security/Identity.java index 57ccc83..2e9ddea 100644 --- a/libjava/java/security/Identity.java +++ b/libjava/java/security/Identity.java @@ -151,7 +151,7 @@ public abstract class Identity implements Principal, Serializable * @throws KeyManagementException if another identity in the identity's scope * has the same public key, or if another exception occurs. * @throws SecurityException if a security manager exists and its - * <code>checkSecurityAccess()<code> method doesn't allow setting the public + * <code>checkSecurityAccess()</code> method doesn't allow setting the public * key. * @see #getPublicKey() * @see SecurityManager#checkSecurityAccess(String) |