RFR: JDK-8281082: Improve javadoc references to JOSS [v2]

Alan Bateman alanb at openjdk.java.net
Wed Feb 2 06:43:11 UTC 2022


On Tue, 1 Feb 2022 22:33:46 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> The references to JOSS, the Java Object Serialization Specification, are not done consistently in the API javadoc. This should be improved.
>> 
>> I'll update copyright years before pushing.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyrights.

src/java.base/share/classes/java/io/ObjectOutputStream.java line 659:

> 657:      * customize the way in which class descriptors are written to the
> 658:      * serialization stream.  The corresponding method in ObjectInputStream,
> 659:      * {@link ObjectInputStream#readClassDescriptor readClassDescriptor}, should then be overridden to

This makes the line lengths in this paragraph a bit inconsistent, maybe it can be re-formatted so that this one line doesn't stick out so much.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7315


More information about the core-libs-dev mailing list