diff options
Diffstat (limited to 'libjava/java/security/IdentityScope.java')
-rw-r--r-- | libjava/java/security/IdentityScope.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/security/IdentityScope.java b/libjava/java/security/IdentityScope.java index 88e00fc..5965a00 100644 --- a/libjava/java/security/IdentityScope.java +++ b/libjava/java/security/IdentityScope.java @@ -123,7 +123,7 @@ public abstract class IdentityScope extends Identity } /** - * <p>Sets the system's identity scope.</p> + * Sets the system's identity scope. * * <p>First, if there is a security manager, its <code>checkSecurityAccess() * </code> method is called with <code>"setSystemScope"</code> as its argument @@ -131,7 +131,7 @@ public abstract class IdentityScope extends Identity * * @param scope the scope to set. * @throws SecurityException if a security manager exists and its - * <code>checkSecurityAccess()<code> method doesn't allow setting the + * <code>checkSecurityAccess()</code> method doesn't allow setting the * identity scope. * @see #getSystemScope() * @see SecurityManager#checkSecurityAccess(String) |