8263825: Remove unused and commented out member from NTLMException

Reviewed-by: mullan, redestad
This commit is contained in:
Alex Blewitt 2021-03-19 21:07:03 +00:00 committed by Claes Redestad
parent 77ebc11038
commit 6fa6557d5e

View file

@ -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.
*/