mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8300867: Fix document issues in java.io
Reviewed-by: alanb, lancea, iris
This commit is contained in:
parent
a7f035db76
commit
4525aa318a
6 changed files with 38 additions and 38 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue