mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8229999: Apply java.io.Serial annotations to security types in java.base
Reviewed-by: rriggs, mullan
This commit is contained in:
parent
470d32df73
commit
6d4ef5aaf3
158 changed files with 377 additions and 141 deletions
|
@ -1032,6 +1032,7 @@ public class SecureRandom extends java.util.Random {
|
|||
}
|
||||
|
||||
// Declare serialVersionUID to be compatible with JDK1.1
|
||||
@java.io.Serial
|
||||
static final long serialVersionUID = 4940670005562187L;
|
||||
|
||||
// Retain unused values serialized from JDK1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue