diff --git a/src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java b/src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java index edc3b3b99ea..041a6b76249 100644 --- a/src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java +++ b/src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java @@ -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. */