mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes
Reviewed-by: mullan, chegar
This commit is contained in:
parent
a690af3832
commit
fbb4093562
18 changed files with 25 additions and 2 deletions
|
@ -119,6 +119,7 @@ public final class PrivateCredentialPermission extends Permission {
|
|||
* The set contains elements of type,
|
||||
* {@code PrivateCredentialPermission.CredOwner}.
|
||||
*/
|
||||
@SuppressWarnings("serial") // Not statically typed as Serializable
|
||||
private Set<Principal> principals; // ignored - kept around for compatibility
|
||||
private transient CredOwner[] credOwners;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue