mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
This commit is contained in:
parent
7c26ddb575
commit
b4b121018d
34 changed files with 55 additions and 55 deletions
|
@ -568,7 +568,7 @@ public class ObjectOutputStream
|
|||
* Object (as opposed to type Serializable) to allow for cases where
|
||||
* non-serializable objects are replaced by serializable ones.
|
||||
*
|
||||
* <p>When a subclass is replacing objects it must insure that either a
|
||||
* <p>When a subclass is replacing objects it must ensure that either a
|
||||
* complementary substitution must be made during deserialization or that
|
||||
* the substituted object is compatible with every field where the
|
||||
* reference will be stored. Objects whose type is not a subclass of the
|
||||
|
@ -1419,7 +1419,7 @@ public class ObjectOutputStream
|
|||
}
|
||||
|
||||
/**
|
||||
* Writes representation of a "ordinary" (i.e., not a String, Class,
|
||||
* Writes representation of an "ordinary" (i.e., not a String, Class,
|
||||
* ObjectStreamClass, array, or enum constant) serializable object to the
|
||||
* stream.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue