Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 97116 invoked from network); 21 Sep 2005 18:04:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2005 18:04:59 -0000 Received: (qmail 66287 invoked by uid 500); 21 Sep 2005 18:04:47 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 66217 invoked by uid 500); 21 Sep 2005 18:04:47 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 66196 invoked by uid 500); 21 Sep 2005 18:04:47 -0000 Received: (qmail 66187 invoked by uid 99); 21 Sep 2005 18:04:47 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Sep 2005 11:04:47 -0700 Received: (qmail 96915 invoked by uid 65534); 21 Sep 2005 18:04:26 -0000 Message-ID: <20050921180426.96914.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290764 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Date: Wed, 21 Sep 2005 18:04:26 -0000 To: commons-cvs@jakarta.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: olegk Date: Wed Sep 21 11:04:22 2005 New Revision: 290764 URL: http://svn.apache.org/viewcvs?rev=290764&view=rev Log: Javadoc fix Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java?rev=290764&r1=290763&r2=290764&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java (original) +++ jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Wed Sep 21 11:04:22 2005 @@ -242,7 +242,7 @@ /** * Sets the method retry handler parameter. *

- * This parameter expects a value of type {@link HttpMethodRetryHandler}. + * This parameter expects a value of type {@link org.apache.commons.httpclient.HttpMethodRetryHandler}. *

*/ public static final String RETRY_HANDLER = "http.method.retry-handler"; --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org