This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new c14763c Added TODO c14763c is described below commit c14763cea7f46d7fa3046057bfd7c2b64b3e90ab Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Apr 26 10:51:06 2018 +0200 Added TODO --- .../src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java b/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java index ef6810e..59e26ba 100644 --- a/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java +++ b/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java @@ -41,6 +41,7 @@ import org.web3j.protocol.ipc.UnixIpcService; import org.web3j.protocol.ipc.WindowsIpcService; // TODO: should it say web3j compliant content repository. Should it not say something about blockchain,bitcoin +// TODO: label should be bitcoin,blockchain (web3j is already in the JAR name) /** * The web3j component uses the Web3j client API and allows you to add/read nodes to/from a web3j compliant content repositories. -- To stop receiving notification emails like this one, please contact davscl...@apache.org.