You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/01/25 08:27:14 UTC

[httpcomponents-client] branch 4.5.x updated: Fixed javadoc errors

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/4.5.x by this push:
     new f24e684  Fixed javadoc errors
f24e684 is described below

commit f24e6847fb9976e2cca11f72998f6a9299b80e80
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Fri Jan 25 09:27:02 2019 +0100

    Fixed javadoc errors
---
 .../src/main/java/org/apache/http/client/entity/EntityBuilder.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/httpclient/src/main/java/org/apache/http/client/entity/EntityBuilder.java b/httpclient/src/main/java/org/apache/http/client/entity/EntityBuilder.java
index 34a2c4e..b0e8b9f 100644
--- a/httpclient/src/main/java/org/apache/http/client/entity/EntityBuilder.java
+++ b/httpclient/src/main/java/org/apache/http/client/entity/EntityBuilder.java
@@ -108,7 +108,7 @@ public class EntityBuilder {
      * <li>{@link #setParameters(java.util.List)}</li>
      * <li>{@link #setParameters(org.apache.http.NameValuePair...)}</li>
      * <li>{@link #setFile(java.io.File)}</li>
-     * <ul>
+     * </ul>
      */
     public EntityBuilder setText(final String text) {
         clearContent();
@@ -250,7 +250,7 @@ public class EntityBuilder {
      * <li>{@link #setParameters(java.util.List)}</li>
      * <li>{@link #setParameters(org.apache.http.NameValuePair...)}</li>
      * <li>{@link #setSerializable(java.io.Serializable)}</li>
-     * <ul>
+     * </ul>
      */
     public EntityBuilder setFile(final File file) {
         clearContent();