removed another warning

This commit is contained in:
ben 2019-03-25 17:49:27 +00:00 committed by Mike Hearn
parent 4b5ec7aea6
commit 40c1741aba

View File

@ -113,7 +113,7 @@ Here is an overview of the various Corda dependencies:
* ``corda-mock`` - A small library of useful mocks. Use if the classes are useful to you * ``corda-mock`` - A small library of useful mocks. Use if the classes are useful to you
* ``corda-node`` - The Corda node. Do not depend on. Used only by the Corda fat JAR and indirectly in testing * ``corda-node`` - The Corda node. Do not depend on. Used only by the Corda fat JAR and indirectly in testing
frameworks. (If your CorDapp _must_ depend on this for some reason then it should use the ``compileOnly`` frameworks. (If your CorDapp _must_ depend on this for some reason then it should use the ``compileOnly``
configuration here - but please _don't_ do this if you can possibly avoid it!) configuration here - but please don't do this if you can possibly avoid it!)
* ``corda-node-api`` - The node API. Required to bootstrap a local network * ``corda-node-api`` - The node API. Required to bootstrap a local network
* ``corda-node-driver`` - Testing utility for programmatically starting nodes from JVM languages. Use for tests * ``corda-node-driver`` - Testing utility for programmatically starting nodes from JVM languages. Use for tests
* ``corda-rpc`` - The Corda RPC client library. Used when writing an RPC client * ``corda-rpc`` - The Corda RPC client library. Used when writing an RPC client