mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8263825: Remove unused and commented out member from NTLMException
Reviewed-by: mullan, redestad
This commit is contained in:
parent
77ebc11038
commit
6fa6557d5e
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue