8330624: Inconsistent use of semicolon in the code snippet of java.io.Serializable javadoc

Reviewed-by: rriggs
This commit is contained in:
Korov 2024-04-26 14:12:49 +00:00 committed by Roger Riggs
parent d13e53346f
commit 0bf516f7ba

View file

@ -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()