NIFI-4692 Fix AttributesToJSON property docs to match functionality

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5313.
This commit is contained in:
Gabor Gyimesi 2021-08-18 17:02:20 +02:00 committed by Pierre Villard
parent 50e60c812d
commit 1fdae088cf
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class AttributesToJSON extends AbstractProcessor {
public static final PropertyDescriptor NULL_VALUE_FOR_EMPTY_STRING = new PropertyDescriptor.Builder()
.name(("Null Value"))
.description("If true a non existing or empty attribute will be NULL in the resulting JSON. If false an empty " +
.description("If true a non existing selected attribute will be NULL in the resulting JSON. If false an empty " +
"string will be placed in the JSON")
.required(true)
.allowableValues("true", "false")