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:
parent
c76412a839
commit
8e1feea095
|
@ -35,7 +35,7 @@ import org.apache.http.annotation.NotThreadSafe;
|
|||
* HTTP PATCH method.
|
||||
* <p>
|
||||
* 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>
|
||||
* <blockquote> 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.
|
||||
* </blockquote>
|
||||
*
|
||||
* @since 4.2
|
||||
|
|
Loading…
Reference in New Issue