mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8209024
: Use SuppressWarnings on serialVersionUID fields in interfaces
Reviewed-by: bpb, rriggs, mullan
This commit is contained in:
parent
080d3bb21a
commit
4bac00436d
20 changed files with 38 additions and 18 deletions
|
@ -51,6 +51,7 @@ public interface RSAMultiPrimePrivateCrtKey extends RSAPrivateKey {
|
|||
* serialization compatibility with a previous
|
||||
* version of the type.
|
||||
*/
|
||||
@SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
|
||||
static final long serialVersionUID = 618058533534628008L;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue