We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ebc11 commit 6fa6557Copy full SHA for 6fa6557
src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java
@@ -45,12 +45,6 @@ public final class NTLMException extends GeneralSecurityException {
45
*/
46
public static final int NO_DOMAIN_INFO = 2;
47
48
- /**
49
- * If the domain provided by the client does not match the one received
50
- * from server.
51
- */
52
- //public final static int DOMAIN_UNMATCH = 3;
53
-
54
/**
55
* If the client name is not found on server's user database.
56
0 commit comments