mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8283715: Update ObjectStreamClass to be final
Reviewed-by: darcy, jpai, mchung, dfuchs
This commit is contained in:
parent
d9d19e96b1
commit
ae57258b46
2 changed files with 9 additions and 8 deletions
|
@ -80,7 +80,7 @@ import static java.io.ObjectStreamField.*;
|
|||
* <cite>Java Object Serialization Specification,</cite> Section 4, "Class Descriptors"</a>
|
||||
* @since 1.1
|
||||
*/
|
||||
public class ObjectStreamClass implements Serializable {
|
||||
public final class ObjectStreamClass implements Serializable {
|
||||
|
||||
/** serialPersistentFields value indicating no serializable fields */
|
||||
public static final ObjectStreamField[] NO_FIELDS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue