mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
This commit is contained in:
parent
8cdead0c94
commit
f804f2ce8e
92 changed files with 2142 additions and 2010 deletions
|
@ -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))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue