From 70346c45b3d0ef14ed329673e54553cc4bbc7726 Mon Sep 17 00:00:00 2001 From: David Wray Date: Fri, 27 Jul 2018 15:10:11 +0100 Subject: [PATCH] ENT-2305: Java Instructions to Invoke Hello World CordApp fail Removed 'Java' instructions --- docs/source/hello-world-running.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/source/hello-world-running.rst b/docs/source/hello-world-running.rst index 4b50e62a87..063223dbbf 100644 --- a/docs/source/hello-world-running.rst +++ b/docs/source/hello-world-running.rst @@ -107,13 +107,7 @@ commands. We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing: -.. container:: codeset - - .. code-block:: java - - start IOUFlow arg0: 99, arg1: "O=PartyB,L=New York,C=US" - - .. code-block:: kotlin +.. code-block:: kotlin start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"