8286348: incorrect use of @serial

Reviewed-by: iris, prr
This commit is contained in:
Jonathan Gibbons 2022-05-09 20:35:05 +00:00
parent b0d2b0a355
commit 54e3308210

View file

@ -863,7 +863,6 @@ public abstract class Provider extends Properties {
* @param in the {@code ObjectInputStream} to read
* @throws IOException if an I/O error occurs
* @throws ClassNotFoundException if a serialized class cannot be loaded
* @serial
*/
@java.io.Serial
private void readObject(ObjectInputStream in)