mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-29 12:23:39 +00:00
8263825: Remove unused and commented out member from NTLMException
Reviewed-by: mullan, redestad
This commit is contained in:
parent
77ebc11038
commit
6fa6557d5e
@ -45,12 +45,6 @@ public final class NTLMException extends GeneralSecurityException {
|
||||
*/
|
||||
public static final int NO_DOMAIN_INFO = 2;
|
||||
|
||||
/**
|
||||
* If the domain provided by the client does not match the one received
|
||||
* from server.
|
||||
*/
|
||||
//public final static int DOMAIN_UNMATCH = 3;
|
||||
|
||||
/**
|
||||
* If the client name is not found on server's user database.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user