From 8e1feea0957af4b0af7c15d4d8825108b76b3cc8 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Thu, 21 Aug 2014 14:22:14 +0000 Subject: [PATCH] Javadoc 8 fixes. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619409 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/http/client/methods/HttpPatch.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java b/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java index f96fe5adb..43153e4fd 100644 --- a/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java +++ b/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java @@ -35,7 +35,7 @@ import org.apache.http.annotation.NotThreadSafe; * 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.NotThreadSafe; * 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