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 2007/12/15 15:52:26 UTC

svn commit: r604435 - /jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpMessage.java

Author: sebb
Date: Sat Dec 15 06:52:24 2007
New Revision: 604435

URL: http://svn.apache.org/viewvc?rev=604435&view=rev
Log:
Fix invalid Javadoc tags

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

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpMessage.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpMessage.java?rev=604435&r1=604434&r2=604435&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpMessage.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpMessage.java Sat Dec 15 06:52:24 2007
@@ -74,7 +74,7 @@
      * values are ignored. If there is more than one matching header in the
      * message the first element of
      * 
-     * @link #getHeaders(String) is returned.
+     * {@link #getHeaders(String)} is returned.
      * @param name the name of the header to return.
      * @return the first header whose name property equals <code>name</code>.
      */
@@ -85,7 +85,7 @@
      * are ignored. If there is more than one matching header in the message the
      * last element of
      * 
-     * @link #getHeaders(String) is returned.
+     * {@link #getHeaders(String)} is returned.
      * @param name the name of the header to return.
      * @return the last header whose name property equals <code>name</code>.
      */
@@ -175,7 +175,7 @@
 
     /**
      * Returns the parameters effective for this message as set by
-     * @link #setParams(HttpParams).
+     * {@link #setParams(HttpParams)}.
      */
     HttpParams getParams();