You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/02/10 21:17:36 UTC

svn commit: r743082 - /httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java

Author: olegk
Date: Tue Feb 10 20:17:35 2009
New Revision: 743082

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

Modified:
    httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java

Modified: httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java?rev=743082&r1=743081&r2=743082&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java (original)
+++ httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java Tue Feb 10 20:17:35 2009
@@ -60,7 +60,7 @@
      * <p>
      * The following HTTP parameters affect the initialization:
      * <p>
-     * The {@link CoreProtocolPNames#PROTOCOL_VERSION}
+     * The {@link org.apache.http.params.CoreProtocolPNames#PROTOCOL_VERSION}
      * parameter determines HTTP protocol version to be used for this request.
      * 
      * @param method request method.