You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/08/26 16:46:16 UTC

svn commit: r989719 - /incubator/lcf/upstream/commons-httpclient-3x/src/java/org/apache/commons/httpclient/auth/NTLM.java

Author: kwright
Date: Thu Aug 26 14:46:16 2010
New Revision: 989719

URL: http://svn.apache.org/viewvc?rev=989719&view=rev
Log:
Looks like there's a typo; fixed it.

Modified:
    incubator/lcf/upstream/commons-httpclient-3x/src/java/org/apache/commons/httpclient/auth/NTLM.java

Modified: incubator/lcf/upstream/commons-httpclient-3x/src/java/org/apache/commons/httpclient/auth/NTLM.java
URL: http://svn.apache.org/viewvc/incubator/lcf/upstream/commons-httpclient-3x/src/java/org/apache/commons/httpclient/auth/NTLM.java?rev=989719&r1=989718&r2=989719&view=diff
==============================================================================
--- incubator/lcf/upstream/commons-httpclient-3x/src/java/org/apache/commons/httpclient/auth/NTLM.java (original)
+++ incubator/lcf/upstream/commons-httpclient-3x/src/java/org/apache/commons/httpclient/auth/NTLM.java Thu Aug 26 14:46:16 2010
@@ -383,7 +383,7 @@ final class NTLM {
             if (e instanceof AuthenticationException)
                 throw (AuthenticationException)e;
             throw new AuthenticationException(e.getMessage(),e);
-      `}
+	}
     }
 
     /**