Makes docs fixes flagged by various internals.

This commit is contained in:
Joel Dudley 2017-10-16 15:15:02 +01:00 committed by GitHub
parent d3e8df1644
commit d8b81f755a
3 changed files with 4 additions and 4 deletions

View File

@ -209,10 +209,8 @@ NodeAttachmentService
The ``NodeAttachmentService`` provides an implementation of the
``AttachmentStorage`` interface exposed on the ``ServiceHub`` allowing
transactions to add documents, copies of the contract code and binary
data to transactions. The data is persisted to the local file system
inside the attachments subfolder of the node workspace. The service is
also interfaced to by the web server, which allows files to be uploaded
via an HTTP post request.
data to transactions. The service is also interfaced to by the web server,
which allows files to be uploaded via an HTTP post request.
Flow framework and event scheduling services
--------------------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View File

@ -220,6 +220,8 @@ Miscellaneous
apps would not typically select random, unknown counterparties from the network map based on self-declared capabilities.
We will introduce a replacement for this functionality, business networks, in a future release.
For now, your should retrieve the service by legal name using ``NetworkMapCache.getNodeByLegalName``.
Gotchas
^^^^^^^