You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/06/16 16:47:17 UTC

svn commit: r547928 - /jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/HeaderUtils.java

Author: rolandw
Date: Sat Jun 16 07:47:16 2007
New Revision: 547928

URL: http://svn.apache.org/viewvc?view=rev&rev=547928
Log:
JavaDoc fix

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/HeaderUtils.java

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/HeaderUtils.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/HeaderUtils.java?view=diff&rev=547928&r1=547927&r2=547928
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/HeaderUtils.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/HeaderUtils.java Sat Jun 16 07:47:16 2007
@@ -57,10 +57,12 @@
      * format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
      *  
      * @param datareceiver HTTP data receiver
-     * @param maxCount maximum number of headers allowed. If the number of headers 
-     *        received from the data stream exceeds maxCount value, an IOException 
-     *        will be thrown. Setting this parameter to a negative value or zero 
-     *        will disable the check.   
+     * @param maxHeaderCount maximum number of headers allowed. If the number
+     *  of headers received from the data stream exceeds maxCount value, an
+     *  IOException will be thrown. Setting this parameter to a negative value
+     *  or zero  will disable the check.
+     * @param maxLineLen maximum number of characters for a header line,
+     *                   including the continuation lines
      * @return array of HTTP headers
      * 
      * @throws HttpException