8300867: Fix document issues in java.io

Reviewed-by: alanb, lancea, iris
This commit is contained in:
Per Minborg 2023-01-23 17:53:20 +00:00
parent a7f035db76
commit 4525aa318a
6 changed files with 38 additions and 38 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1996, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -226,12 +226,12 @@ public interface ObjectStreamConstants {
* A Stream Protocol Version. <p>
*
* This protocol is written by JVM 1.2.
*
* <p>
* Externalizable data is written in block data mode and is
* terminated with TC_ENDBLOCKDATA. Externalizable class descriptor
* flags has SC_BLOCK_DATA enabled. JVM 1.1.6 and greater can
* read this format change.
*
* <p>
* Enables writing a nonSerializable class descriptor into the
* stream. The serialVersionUID of a nonSerializable class is
* set to 0L.