NIFI-152 - fixing monospace markup followed by s
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/a816486d Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/a816486d Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/a816486d Branch: refs/heads/develop Commit: a816486de64fb03c758453d4a54e4c14ca72cf2e Parents: 82b6a03 Author: danbress <[email protected]> Authored: Sat Feb 7 17:25:45 2015 -0500 Committer: danbress <[email protected]> Committed: Sat Feb 7 17:25:45 2015 -0500 ---------------------------------------------------------------------- nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a816486d/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc index a68058f..ac9291a 100644 --- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc +++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc @@ -635,7 +635,7 @@ Service and is intended to provide a brief description of the functionality provided by the component. The Tags annotation has a `value` variable that is defined to be an Array of Strings. As such, it is used -by providing multiple values as a comma-separated list of `String` s +by providing multiple values as a comma-separated list of ++String++s with curly braces. These values are then incorporated into the UI by allowing users to filter the components based on a tag (i.e., a keyword). @@ -1725,7 +1725,7 @@ which exposes statistics about the amount of data processed in the past five minutes by Process Groups, Processors, Connections, and other Components. Additionally, the EventAccess object provides access to -the `ProvenanceEventRecord` s +the ++ProvenanceEventRecord++s that have been stored in the `ProvenanceEventRepository`. These Provenance Events are emitted by Processors when data is received from external sources, emitted to external services,
