Javadoc 8 fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-08-21 14:22:14 +00:00
parent c76412a839
commit 8e1feea095
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ import org.apache.http.annotation.NotThreadSafe;
* HTTP PATCH method. * HTTP PATCH method.
* <p> * <p>
* The HTTP PATCH method is defined in <a * The HTTP PATCH method is defined in <a
* href="http://tools.ietf.org/html/rfc5789">RF5789</a>: * href="http://tools.ietf.org/html/rfc5789">RF5789</a>:
* </p> * </p>
* <blockquote> The PATCH * <blockquote> The PATCH
* method requests that a set of changes described in the request entity be * 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 * origin server, and the client is requesting that the stored version be
* replaced. With PATCH, however, the enclosed entity contains a set of * replaced. With PATCH, however, the enclosed entity contains a set of
* instructions describing how a resource currently residing on the origin * 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.
* </blockquote> * </blockquote>
* *
* @since 4.2 * @since 4.2