You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ma...@apache.org on 2018/10/18 22:22:17 UTC

git commit: updated refs/heads/trunk to 36ea4c0

Repository: giraph
Updated Branches:
  refs/heads/trunk 5e44c4e4b -> 36ea4c001


Fix checkstyle


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/36ea4c00
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/36ea4c00
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/36ea4c00

Branch: refs/heads/trunk
Commit: 36ea4c00124e0a44cc32c9c2d11ff3f77a2da541
Parents: 5e44c4e
Author: Maja Kabiljo <ma...@fb.com>
Authored: Thu Oct 18 15:21:51 2018 -0700
Committer: Maja Kabiljo <ma...@fb.com>
Committed: Thu Oct 18 15:21:51 2018 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/giraph/comm/netty/NettyClient.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/36ea4c00/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
----------------------------------------------------------------------
diff --git a/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java b/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
index 83dd7f5..7e9fa87 100644
--- a/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
+++ b/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
@@ -142,7 +142,8 @@ public class NettyClient {
   public static final String NETWORK_REQUESTS_RESENT_FOR_CHANNEL_FAILURE_NAME =
       "Network requests resent for channel failure";
   /** How many network requests were resent because connection failed */
-  public static final String NETWORK_REQUESTS_RESENT_FOR_CONNECTION_FAILURE_NAME =
+  public static final String
+      NETWORK_REQUESTS_RESENT_FOR_CONNECTION_FAILURE_NAME =
       "Network requests resent for connection or request failure";
 
   /** Class logger */