mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8190382: fix small typographic errors in comments
Reviewed-by: martin
This commit is contained in:
parent
b366f4f349
commit
7f79fffba6
28 changed files with 34 additions and 34 deletions
|
@ -411,7 +411,7 @@ public class AuthPolicyFile extends javax.security.auth.Policy {
|
|||
certs = null;
|
||||
}
|
||||
|
||||
// only add if we had no signer or we had a
|
||||
// only add if we had no signer or we had
|
||||
// a signer and found the keys for it.
|
||||
if (certs != null || pe.signedBy == null) {
|
||||
Permission perm = new UnresolvedPermission(
|
||||
|
|
|
@ -789,7 +789,7 @@ public class PolicyFile extends java.security.Policy {
|
|||
certs = null;
|
||||
}
|
||||
|
||||
// only add if we had no signer or we had a
|
||||
// only add if we had no signer or we had
|
||||
// a signer and found the keys for it.
|
||||
if (certs != null || pe.signedBy == null) {
|
||||
Permission perm = new UnresolvedPermission(
|
||||
|
|
|
@ -154,7 +154,7 @@ class SubjectCodeSource extends CodeSource implements java.io.Serializable {
|
|||
*
|
||||
* @param codesource the <code>CodeSource</code> to compare against.
|
||||
*
|
||||
* @return true if this <code>SubjectCodeSource</code> implies the
|
||||
* @return true if this <code>SubjectCodeSource</code> implies
|
||||
* the specified <code>CodeSource</code>.
|
||||
*/
|
||||
public boolean implies(CodeSource codesource) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue