Integrated: JDK-8286348: incorrect use of `@serial`

Jonathan Gibbons jjg at openjdk.java.net
Mon May 9 20:38:52 UTC 2022


On Sat, 7 May 2022 01:04:03 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a fix to remove incorrect use of the `@serial` tag from the doc comments for methods such as `readObject` and `readResolve`. The tag has no effect in this position other than to trigger warnings from the standard doclet when running javadoc.
> 
> There is no change to the generated documentation as a result off this change. In particular, there is no change to the API docs for any of the modified files, or to the overall top-level serialized-form.html file.
> 
> Although most of the affected files are in the `java.desktop` module, there is one outlier, in `java.security.Provider`.

This pull request has now been integrated.

Changeset: 54e33082
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/54e33082105dcbcfc795839c954f6e63402edff1
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8286348: incorrect use of `@serial`

Reviewed-by: iris, prr

-------------

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



More information about the client-libs-dev mailing list