Ray Milkey

Add in a findbugs suppression to see if it works

Change-Id: I4ca6b65046df35e6d773b515ae819fffb81c43ba

Remove test suppression of findbugs error

Change-Id: I277ac9f5ff20c83e0208cb9adadc12d5a13723d2
...@@ -89,9 +89,6 @@ public class ClusterMessagingProtocolClient implements ProtocolClient { ...@@ -89,9 +89,6 @@ public class ClusterMessagingProtocolClient implements ProtocolClient {
89 } 89 }
90 90
91 @Override 91 @Override
92 -// @edu.umd.cs.findbugs.annotations.SuppressWarnings
93 -// (value="NP_NONNULL_PARAM_VIOLATION",
94 -// justification="False positives on completedFuture call, passing null as a parameter is allowed")
95 public synchronized CompletableFuture<Void> connect() { 92 public synchronized CompletableFuture<Void> connect() {
96 if (remoteNode != null) { 93 if (remoteNode != null) {
97 // done 94 // done
......