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