Skip to content

Commit 6fa6557

Browse files
albluecl4es
authored andcommittedMar 19, 2021
8263825: Remove unused and commented out member from NTLMException
Reviewed-by: mullan, redestad
1 parent 77ebc11 commit 6fa6557

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ public final class NTLMException extends GeneralSecurityException {
4545
*/
4646
public static final int NO_DOMAIN_INFO = 2;
4747

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-
5448
/**
5549
* If the client name is not found on server's user database.
5650
*/

0 commit comments

Comments
 (0)
Please sign in to comment.