mirror of https://github.com/apache/nifi.git
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:
parent
50e60c812d
commit
1fdae088cf
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue