Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E45C211301 for ; Thu, 21 Aug 2014 14:22:36 +0000 (UTC) Received: (qmail 90715 invoked by uid 500); 21 Aug 2014 14:22:36 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 90674 invoked by uid 500); 21 Aug 2014 14:22:36 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 90665 invoked by uid 99); 21 Aug 2014 14:22:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 14:22:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 14:22:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C9A6F2388868 for ; Thu, 21 Aug 2014 14:22:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1619409 - /httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java Date: Thu, 21 Aug 2014 14:22:14 -0000 To: commits@hc.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140821142214.C9A6F2388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Thu Aug 21 14:22:14 2014 New Revision: 1619409 URL: http://svn.apache.org/r1619409 Log: Javadoc 8 fixes. Modified: httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java Modified: httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java?rev=1619409&r1=1619408&r2=1619409&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java (original) +++ httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java Thu Aug 21 14:22:14 2014 @@ -35,7 +35,7 @@ import org.apache.http.annotation.NotThr * HTTP PATCH method. *

* The HTTP PATCH method is defined in RF5789: + * href="http://tools.ietf.org/html/rfc5789">RF5789: *

*
The PATCH * method requests that a set of changes described in the request entity be @@ -45,7 +45,7 @@ import org.apache.http.annotation.NotThr * origin server, and the client is requesting that the stored version be * replaced. With PATCH, however, the enclosed entity contains a set of * instructions describing how a resource currently residing on the origin - * server should be modified to produce a new version. + * server should be modified to produce a new version. *
* * @since 4.2