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 2017/05/08 17:11:28 UTC

svn commit: r1794414 - /httpcomponents/httpclient/trunk/httpclient5/src/main/java/org/apache/hc/client5/http/impl/sync/ContentCompressionExec.java

Author: ggregory
Date: Mon May  8 17:11:27 2017
New Revision: 1794414

URL: http://svn.apache.org/viewvc?rev=1794414&view=rev
Log:
Javadoc: Close tag.

Modified:
    httpcomponents/httpclient/trunk/httpclient5/src/main/java/org/apache/hc/client5/http/impl/sync/ContentCompressionExec.java

Modified: httpcomponents/httpclient/trunk/httpclient5/src/main/java/org/apache/hc/client5/http/impl/sync/ContentCompressionExec.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient5/src/main/java/org/apache/hc/client5/http/impl/sync/ContentCompressionExec.java?rev=1794414&r1=1794413&r2=1794414&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient5/src/main/java/org/apache/hc/client5/http/impl/sync/ContentCompressionExec.java (original)
+++ httpcomponents/httpclient/trunk/httpclient5/src/main/java/org/apache/hc/client5/http/impl/sync/ContentCompressionExec.java Mon May  8 17:11:27 2017
@@ -61,6 +61,7 @@ import org.apache.hc.core5.util.Args;
  * Further responsibilities such as communication with the opposite
  * endpoint is delegated to the next executor in the request execution
  * chain.
+ * </p>
  *
  * @since 5.0
  */