mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8330624: Inconsistent use of semicolon in the code snippet of java.io.Serializable javadoc
Reviewed-by: rriggs
This commit is contained in:
parent
d13e53346f
commit
0bf516f7ba
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ package java.io;
|
|||
*
|
||||
* <PRE>
|
||||
* private void writeObject(java.io.ObjectOutputStream out)
|
||||
* throws IOException
|
||||
* throws IOException;
|
||||
* private void readObject(java.io.ObjectInputStream in)
|
||||
* throws IOException, ClassNotFoundException;
|
||||
* private void readObjectNoData()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue