RFR: 8252830: Correct missing javadoc comments in java.rmi module
Daniel Fuchs
dfuchs at openjdk.java.net
Tue Sep 8 16:29:44 UTC 2020
On Tue, 8 Sep 2020 15:19:40 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> 8252830: Correct missing javadoc comments in java.rmi module
Changes requested by dfuchs (Reviewer).
src/java.rmi/share/classes/java/rmi/activation/ActivationGroupDesc.java line 321:
> 319: *
> 320: */
> 321: private void readObject(ObjectInputStream in)
Hi Roger, you could take this opportunity to add the `@Serial` annotation to this method (here and in the other files
you modified as well.
src/java.rmi/share/classes/java/rmi/activation/ActivationID.java line 235:
> 233: * @throws IOException if an I/O error occurs
> 234: **/
> 235: private void writeObject(ObjectOutputStream out)
Same comment as above...
-------------
PR: https://git.openjdk.java.net/jdk/pull/79
More information about the core-libs-dev
mailing list