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 2017/05/09 19:58:19 UTC

[27/50] [abbrv] httpcomponents-core git commit: Fix Checkstyle error.

Fix Checkstyle error.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1792664 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/0346029b
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/0346029b
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/0346029b

Branch: refs/heads/trunk
Commit: 0346029b0cd79b4d4e3e42f92f6fc69cbecc1a6e
Parents: ffaafb7
Author: Gary D. Gregory <gg...@apache.org>
Authored: Tue Apr 25 21:57:13 2017 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Tue Apr 25 21:57:13 2017 +0000

----------------------------------------------------------------------
 .../java/org/apache/hc/core5/http/io/entity/TestEntityUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/0346029b/httpcore5/src/test/java/org/apache/hc/core5/http/io/entity/TestEntityUtils.java
----------------------------------------------------------------------
diff --git a/httpcore5/src/test/java/org/apache/hc/core5/http/io/entity/TestEntityUtils.java b/httpcore5/src/test/java/org/apache/hc/core5/http/io/entity/TestEntityUtils.java
index 78f07a9..21f12f5 100644
--- a/httpcore5/src/test/java/org/apache/hc/core5/http/io/entity/TestEntityUtils.java
+++ b/httpcore5/src/test/java/org/apache/hc/core5/http/io/entity/TestEntityUtils.java
@@ -211,7 +211,7 @@ public class TestEntityUtils {
             final String s = EntityUtils.toString(httpentity, "ISO-8859-1");
             Assert.assertEquals(content, s);
         }}
-    
+
     @Test
     public void testContentWithInvalidContentTypeToString() throws Exception {
         final String content = constructString(RUSSIAN_HELLO);