On 03/10/2019 01:09, Joe Darcy wrote:
Hello,In response to the review of JDK-8231546:http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-September/062612.htmlit was noticed a field in NodeChangeEvent.java has an @serial javadoc tag, but the class itself is @serial excluded so the @serial tag on the field is extraneous.
Looks fine.