You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/03/18 12:54:26 UTC

svn commit: r755564 - /httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/message/LineFormatter.java

Author: sebb
Date: Wed Mar 18 11:54:26 2009
New Revision: 755564

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

Modified:
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/message/LineFormatter.java

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/message/LineFormatter.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/message/LineFormatter.java?rev=755564&r1=755563&r2=755564&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/message/LineFormatter.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/message/LineFormatter.java Wed Mar 18 11:54:26 2009
@@ -111,7 +111,7 @@
      *
      * @return  the formatted status line
      *
-     * @throws ParseException        in case of a parse error
+     * @throws org.apache.http.ParseException        in case of a parse error
      */
     CharArrayBuffer formatStatusLine(CharArrayBuffer buffer,
                                      StatusLine statline);
@@ -133,7 +133,7 @@
      * @return  a buffer holding the formatted header, never <code>null</code>.
      *          The returned buffer may be different from the argument buffer.
      *
-     * @throws ParseException        in case of a parse error
+     * @throws org.apache.http.ParseException        in case of a parse error
      */
     CharArrayBuffer formatHeader(CharArrayBuffer buffer,
                                  Header header);