mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8274075: Fix miscellaneous typos in java.base
Reviewed-by: dfuchs, darcy, iris, lancea, bpb
This commit is contained in:
parent
8b833bbea8
commit
8799856528
9 changed files with 25 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2021, 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
|
||||
|
@ -30,7 +30,7 @@ package java.io;
|
|||
* write operation. Thrown during a read operation when one of the
|
||||
* ObjectStreamExceptions was thrown during a write operation. The
|
||||
* exception that terminated the write can be found in the detail
|
||||
* field. The stream is reset to it's initial state and all references
|
||||
* field. The stream is reset to its initial state and all references
|
||||
* to objects already deserialized are discarded.
|
||||
*
|
||||
* @since 1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue