Skip to content

Commit 54e3308

Browse files
committedMay 9, 2022
8286348: incorrect use of @serial
Reviewed-by: iris, prr
1 parent b0d2b0a commit 54e3308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/java.base/share/classes/java/security/Provider.java

-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ private void putId() {
863863
* @param in the {@code ObjectInputStream} to read
864864
* @throws IOException if an I/O error occurs
865865
* @throws ClassNotFoundException if a serialized class cannot be loaded
866-
* @serial
867866
*/
868867
@java.io.Serial
869868
private void readObject(ObjectInputStream in)

0 commit comments

Comments
 (0)
Please sign in to comment.