mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8274793: Suppress warnings on non-serializable non-transient instance fields in sun.net
Reviewed-by: alanb
This commit is contained in:
parent
332f067388
commit
d34ec6ccfc
2 changed files with 3 additions and 0 deletions
|
@ -119,8 +119,10 @@ public class NTLMAuthentication extends AuthenticationInfo {
|
|||
});
|
||||
};
|
||||
|
||||
@SuppressWarnings("serial") // Type of field is not Serializable
|
||||
PasswordAuthentication pw;
|
||||
|
||||
@SuppressWarnings("serial") // Type of field is not Serializable
|
||||
Client client;
|
||||
/**
|
||||
* Create a NTLMAuthentication:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue