mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8297515: serialVersionUID fields are not annotated with @Serial
Reviewed-by: rriggs, lancea
This commit is contained in:
parent
22f5d01428
commit
f05bfb1578
7 changed files with 27 additions and 0 deletions
|
@ -47,6 +47,7 @@ import sun.security.pkcs11.wrapper.*;
|
|||
*/
|
||||
final class P11SecureRandom extends SecureRandomSpi {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = -8939510236124553291L;
|
||||
|
||||
// token instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue