--- old/test/langtools/jdk/javadoc/doclet/testRecordTypes/examples/SerializablePoint.java 2019-10-30 16:25:23.567745193 -0700 +++ new/test/langtools/jdk/javadoc/doclet/testRecordTypes/examples/SerializablePoint.java 2019-10-30 16:25:23.207745206 -0700 @@ -26,7 +26,7 @@ import java.io.Serializable; /** - * A cartesian point. + * A serializable cartesian point. * * This example illustrates the documentation of a serializable record. *