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 5dd682e56ca98f4139535cd5eef17639714b27e4 Merge: dd74077 db0d167 Author: Antoine Toulme <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
