summaryrefslogtreecommitdiff
path: root/java/security/IdentityScope.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/security/IdentityScope.java')
-rw-r--r--java/security/IdentityScope.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/security/IdentityScope.java b/java/security/IdentityScope.java
index 88e00fc81..5965a00a1 100644
--- a/java/security/IdentityScope.java
+++ b/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)