Revert "ENT-2305: Java Instructions to Invoke Hello World CordApp fail"

This reverts commit 70346c45b3d0ef14ed329673e54553cc4bbc7726.
This commit is contained in:
David Wray 2018-08-09 12:26:54 +01:00
parent c8872eac6a
commit 528164c173

View File

@ -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"