You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2018/06/11 09:28:24 UTC

[camel] branch master updated: Remove multiple duplicated lines from web3j-component

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

ningjiang 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 510700b  Remove multiple duplicated lines from web3j-component
510700b is described below

commit 510700bf3c07647d1ba9339fa64648dd96083b36
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Mon Jun 11 17:27:41 2018 +0800

    Remove multiple duplicated lines from web3j-component
---
 components/camel-web3j/src/main/docs/web3j-component.adoc | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/components/camel-web3j/src/main/docs/web3j-component.adoc b/components/camel-web3j/src/main/docs/web3j-component.adoc
index a259d18..d63c0a3 100644
--- a/components/camel-web3j/src/main/docs/web3j-component.adoc
+++ b/components/camel-web3j/src/main/docs/web3j-component.adoc
@@ -3,12 +3,6 @@
 
 *Available as of Camel version 2.22*
 
-*Available as of Camel version 2.22*
-
-
-*Available as of Camel version 2.22*
-
-
 The *Ethereum* blockchain component uses the
 https://github.com/web3j/web3j[web3j] client
 API and allows you to interact with Ethereum compatible nodes such as https://github.com/ethereum/go-ethereum/wiki/geth[Geth], https://github.com/paritytech/parity[Parity], https://github.com/jpmorganchase/quorum/wiki[Quorum], https://infura.io[Infura], etc.
@@ -156,4 +150,4 @@ Read the balance of an address at a specific block number:
 --------------------------------------------------------
 from("direct:start")
     .to("web3j://http://127.0.0.1:7545?operation=ETH_GET_BALANCE&address=0xc8CDceCE5d006dAB638029EBCf6Dd666efF5A952&atBlock=10");
---------------------------------------------------------
\ No newline at end of file
+--------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.