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 2018/08/04 15:42:08 UTC

[08/10] httpcomponents-core git commit: Remove Unnecessary semicolon.

Remove Unnecessary semicolon.

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

Branch: refs/heads/master
Commit: 8abb823bbf369e333820757d43ffc20f2b1381ff
Parents: a82093b
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Aug 4 09:22:25 2018 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Aug 4 09:22:25 2018 -0600

----------------------------------------------------------------------
 .../apache/hc/core5/testing/framework/TestClientPOJOAdapter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/8abb823b/httpcore5-testing/src/test/java/org/apache/hc/core5/testing/framework/TestClientPOJOAdapter.java
----------------------------------------------------------------------
diff --git a/httpcore5-testing/src/test/java/org/apache/hc/core5/testing/framework/TestClientPOJOAdapter.java b/httpcore5-testing/src/test/java/org/apache/hc/core5/testing/framework/TestClientPOJOAdapter.java
index 28ca7b2..132e0ce 100644
--- a/httpcore5-testing/src/test/java/org/apache/hc/core5/testing/framework/TestClientPOJOAdapter.java
+++ b/httpcore5-testing/src/test/java/org/apache/hc/core5/testing/framework/TestClientPOJOAdapter.java
@@ -69,7 +69,7 @@ public class TestClientPOJOAdapter {
             @Override
             public String getClientName() {
                 return null;
-            };
+            }
         };
 
         try {