You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2014/08/21 16:22:14 UTC

svn commit: r1619409 - /httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/client/methods/HttpPatch.java

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.
  * <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.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.
  * </blockquote>
  *
  * @since 4.2