You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by kw...@apache.org on 2017/03/17 12:42:51 UTC

svn commit: r1787344 - /httpcomponents/httpclient/branches/pull-66/httpclient/src/main/java/org/apache/http/impl/auth/NTLMEngineImpl.java

Author: kwright
Date: Fri Mar 17 12:42:51 2017
New Revision: 1787344

URL: http://svn.apache.org/viewvc?rev=1787344&view=rev
Log:
Fix a comment

Modified:
    httpcomponents/httpclient/branches/pull-66/httpclient/src/main/java/org/apache/http/impl/auth/NTLMEngineImpl.java

Modified: httpcomponents/httpclient/branches/pull-66/httpclient/src/main/java/org/apache/http/impl/auth/NTLMEngineImpl.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/pull-66/httpclient/src/main/java/org/apache/http/impl/auth/NTLMEngineImpl.java?rev=1787344&r1=1787343&r2=1787344&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/pull-66/httpclient/src/main/java/org/apache/http/impl/auth/NTLMEngineImpl.java (original)
+++ httpcomponents/httpclient/branches/pull-66/httpclient/src/main/java/org/apache/http/impl/auth/NTLMEngineImpl.java Fri Mar 17 12:42:51 2017
@@ -1179,7 +1179,7 @@ final class NTLMEngineImpl implements NT
          * Prepares the object to create a response of the given length.
          *
          * @param maxlength
-         *            the maximum length of the response to prepare, not
+         *            the maximum length of the response to prepare,
          *            including the type and the signature (which this method
          *            adds).
          */