mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6441827: Documentation mentions nonexistent NullReferenceException
Reviewed-by: iris
This commit is contained in:
parent
9e20382311
commit
ec9d816abf
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ public class ObjectOutputStream
|
||||||
* substituted or the original object.
|
* substituted or the original object.
|
||||||
*
|
*
|
||||||
* <p>Null can be returned as the object to be substituted, but may cause
|
* <p>Null can be returned as the object to be substituted, but may cause
|
||||||
* NullReferenceException in classes that contain references to the
|
* {@link NullPointerException} in classes that contain references to the
|
||||||
* original object since they may be expecting an object instead of
|
* original object since they may be expecting an object instead of
|
||||||
* null.
|
* null.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue