From 528164c173d1810ebb5d8ac16af6c778ac40d836 Mon Sep 17 00:00:00 2001 From: David Wray Date: Thu, 9 Aug 2018 12:26:54 +0100 Subject: [PATCH] Revert "ENT-2305: Java Instructions to Invoke Hello World CordApp fail" This reverts commit 70346c45b3d0ef14ed329673e54553cc4bbc7726. --- docs/source/hello-world-running.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/hello-world-running.rst b/docs/source/hello-world-running.rst index 063223dbbf..4b50e62a87 100644 --- a/docs/source/hello-world-running.rst +++ b/docs/source/hello-world-running.rst @@ -107,7 +107,13 @@ commands. We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing: -.. code-block:: kotlin +.. container:: codeset + + .. code-block:: java + + start IOUFlow arg0: 99, arg1: "O=PartyB,L=New York,C=US" + + .. code-block:: kotlin start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"