On Tue, 8 Sep 2020 15:19:40 GMT, Roger Riggs <rri...@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