You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/04/26 00:24:21 UTC

[incubator-tuweni] 43/48: Merge pull request #6 from lmccay/master

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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 5dd682e56ca98f4139535cd5eef17639714b27e4
Merge: dd74077 db0d167
Author: Antoine Toulme <at...@users.noreply.github.com>
AuthorDate: Tue Apr 23 16:08:37 2019 -0700

    Merge pull request #6 from lmccay/master
    
    Fix minor javadoc warnings

 eth/src/main/java/org/apache/tuweni/eth/Transaction.java                 | 1 +
 .../tuweni/scuttlebutt/handshake/SecureScuttlebuttHandshakeClient.java   | 1 +
 .../apache/tuweni/scuttlebutt/handshake/vertx/ClientHandlerFactory.java  | 1 +
 .../tuweni/scuttlebutt/handshake/vertx/SecureScuttlebuttVertxClient.java | 1 +
 .../apache/tuweni/scuttlebutt/handshake/vertx/ServerHandlerFactory.java  | 1 +
 5 files changed, 5 insertions(+)

diff --cc scuttlebutt-handshake/src/main/java/org/apache/tuweni/scuttlebutt/handshake/vertx/ClientHandlerFactory.java
index f047acd,3b04d5c..5e5f83b
--- a/scuttlebutt-handshake/src/main/java/org/apache/tuweni/scuttlebutt/handshake/vertx/ClientHandlerFactory.java
+++ b/scuttlebutt-handshake/src/main/java/org/apache/tuweni/scuttlebutt/handshake/vertx/ClientHandlerFactory.java
@@@ -26,6 -26,7 +26,7 @@@ public interface ClientHandlerFactory<
     *
     * @param sender the function to send bytes to the server
     * @param terminationFunction a function to terminate the stream properly
+    * @return the created ClientHandler
     */
 -  ClientHandler createHandler(Consumer<Bytes> sender, Runnable terminationFunction);
 +  T createHandler(Consumer<Bytes> sender, Runnable terminationFunction);
  }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org