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/04/16 21:44:21 UTC

httpcomponents-core git commit: Comment empty block.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x d23e947c0 -> 5b4eef28d


Comment empty block.

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

Branch: refs/heads/4.4.x
Commit: 5b4eef28d1d7ed1b3dc8095e5006323ae593cade
Parents: d23e947
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Apr 16 15:44:18 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Apr 16 15:44:18 2018 -0600

----------------------------------------------------------------------
 httpcore/src/main/java/org/apache/http/ExceptionLogger.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/5b4eef28/httpcore/src/main/java/org/apache/http/ExceptionLogger.java
----------------------------------------------------------------------
diff --git a/httpcore/src/main/java/org/apache/http/ExceptionLogger.java b/httpcore/src/main/java/org/apache/http/ExceptionLogger.java
index 55f165f..ba2e5e5 100644
--- a/httpcore/src/main/java/org/apache/http/ExceptionLogger.java
+++ b/httpcore/src/main/java/org/apache/http/ExceptionLogger.java
@@ -35,6 +35,7 @@ public interface ExceptionLogger {
 
         @Override
         public void log(final Exception ex) {
+            // do nothing
         }
 
     };