This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch 1.0 in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit af8a019794da1c0490e044b9693eaab7b4ec82ba Author: jonny rhea <[email protected]> AuthorDate: Tue Apr 23 08:59:06 2019 -0500 fix build failure caused by spotless --- .../main/java/org/apache/tuweni/plumtree/vertx/VertxGossipServer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plumtree/src/main/java/org/apache/tuweni/plumtree/vertx/VertxGossipServer.java b/plumtree/src/main/java/org/apache/tuweni/plumtree/vertx/VertxGossipServer.java index ddbb74c..ba0a289 100644 --- a/plumtree/src/main/java/org/apache/tuweni/plumtree/vertx/VertxGossipServer.java +++ b/plumtree/src/main/java/org/apache/tuweni/plumtree/vertx/VertxGossipServer.java @@ -200,6 +200,7 @@ public final class VertxGossipServer { /** * Gossip a message to all known peers. + * * @param attributes the payload to propagate * @param message the payload to propagate */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
