You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/02/06 18:02:22 UTC

[geode] branch develop updated: spotless fix

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

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5be5d54  spotless fix
5be5d54 is described below

commit 5be5d542a04c5f9017fb9965b9df27100b269055
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Wed Feb 6 10:01:24 2019 -0800

    spotless fix
---
 .../java/org/apache/geode/distributed/internal/membership/NetView.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/membership/NetView.java b/geode-core/src/main/java/org/apache/geode/distributed/internal/membership/NetView.java
index 8f7e752..b1de899 100644
--- a/geode-core/src/main/java/org/apache/geode/distributed/internal/membership/NetView.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/internal/membership/NetView.java
@@ -555,6 +555,7 @@ public class NetView implements DataSerializableFixedID {
     sb.append("]");
     return sb.toString();
   }
+
   /**
    * Returns the ID from this view that is equal to the argument. If no such ID exists the argument
    * is returned.