Re: RFR: 8286773: cleanup @returns in sun.security classes

2022-05-14 Thread Xue-Lei Andrew Fan
On Sat, 14 May 2022 13:41:38 GMT, John Jiang  wrote:

> The below sun.security classes should use `@return` rather than `@returns`.
> sun/security/tools/keytool/Main.java
> sun/security/util/DerValue.java

Looks good to me.

-

Marked as reviewed by xuelei (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8714


RFR: 8286773: cleanup @returns in sun.security classes

2022-05-14 Thread John Jiang
The below sun.security classes should use `@return` rather than `@returns`.
sun/security/tools/keytool/Main.java
sun/security/util/DerValue.java

-

Commit messages:
 - 8286773: cleanup @returns in sun.security classes

Changes: https://git.openjdk.java.net/jdk/pull/8714/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=8714=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8286773
  Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8714.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8714/head:pull/8714

PR: https://git.openjdk.java.net/jdk/pull/8714