From 90326b8441a9ce1f72a72393fb5c688de1e2722a Mon Sep 17 00:00:00 2001 From: pama-ibm Date: Tue, 12 Jan 2021 13:07:41 -0500 Subject: [PATCH] [FAB-18252] Documentation should reference Java chaincode support Signed-off-by: pama-ibm (cherry picked from commit e4f17eb5b3bd83ff8d9d8b38f0909abe7902135d) --- docs/source/blockchain.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/blockchain.rst b/docs/source/blockchain.rst index 8bf2109a815..c3faf71c362 100644 --- a/docs/source/blockchain.rst +++ b/docs/source/blockchain.rst @@ -181,8 +181,7 @@ interact with the ledger. In most cases, chaincode interacts only with the database component of the ledger, the world state (querying it, for example), and not the transaction log. -Chaincode can be implemented in several programming languages. Currently, Go and -Node are supported. +Chaincode can be implemented in several programming languages. Currently, Go, Node.js, and Java chaincode are supported. **Privacy**