RFR: 8252830: Correct missing javadoc comments in java.rmi module [v2]

Daniel Fuchs dfuchs at openjdk.java.net
Tue Sep 8 19:40:25 UTC 2020


On Tue, 8 Sep 2020 18:55:40 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> 8252830: Correct missing javadoc comments in java.rmi module
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Added @java.io.Serial annotation to serializable methods and fields

Otherwise looks good.

src/java.rmi/share/classes/java/rmi/activation/ActivationID.java line 236:

> 234:      * @throws IOException if an I/O error occurs
> 235:      **/
> 236:     private void writeObject(ObjectOutputStream out)

one `@Serial` still missing here?

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

Marked as reviewed by dfuchs (Reviewer).

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


More information about the core-libs-dev mailing list