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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue