8284851: Update javax.crypto files to use proper javadoc for mentioned classes

Reviewed-by: weijun, valeriep
This commit is contained in:
Mark Powers 2022-07-07 23:20:58 +00:00 committed by Valerie Peng
parent 8cdead0c94
commit f804f2ce8e
92 changed files with 2142 additions and 2010 deletions

View file

@ -61,7 +61,7 @@ public final class CodeSigner implements Serializable {
private transient int myhash = -1;
/**
* Constructs a CodeSigner object.
* Constructs a {@code CodeSigner} object.
*
* @param signerCertPath The signer's certificate path.
* It must not be {@code null}.
@ -123,7 +123,8 @@ public final class CodeSigner implements Serializable {
*
* @param obj the object to test for equality with this object.
*
* @return true if the objects are considered equal, false otherwise.
* @return {@code true} if the objects are considered equal,
* {@code false} otherwise.
*/
public boolean equals(Object obj) {
if ((!(obj instanceof CodeSigner that))) {