mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
This commit is contained in:
parent
c5a7490809
commit
17ff85d4ad
39 changed files with 104 additions and 107 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -115,7 +115,7 @@ public final class PKCS12Attribute implements KeyStore.Entry.Attribute {
|
|||
* </pre>
|
||||
*
|
||||
* @param encoded the attribute's ASN.1 DER encoding. It is cloned
|
||||
* to prevent subsequent modificaion.
|
||||
* to prevent subsequent modification.
|
||||
*
|
||||
* @throws NullPointerException if {@code encoded} is
|
||||
* {@code null}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -90,7 +90,7 @@ public abstract class SignatureSpi {
|
|||
try {
|
||||
engineSetParameter(params);
|
||||
} catch (UnsupportedOperationException usoe) {
|
||||
// error out if not overrridden
|
||||
// error out if not overridden
|
||||
throw new InvalidAlgorithmParameterException(usoe);
|
||||
}
|
||||
}
|
||||
|
@ -155,7 +155,7 @@ public abstract class SignatureSpi {
|
|||
try {
|
||||
engineSetParameter(params);
|
||||
} catch (UnsupportedOperationException usoe) {
|
||||
// error out if not overrridden
|
||||
// error out if not overridden
|
||||
throw new InvalidAlgorithmParameterException(usoe);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue