mirror of https://github.com/apache/nifi.git
NIFI-3253: Correcting documentation in Notify processor
This closes #1359. Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
6c5d4084d5
commit
af8ed8b7de
|
@ -65,7 +65,7 @@ public class Notify extends AbstractProcessor {
|
|||
// Identifies the distributed map cache client
|
||||
public static final PropertyDescriptor DISTRIBUTED_CACHE_SERVICE = new PropertyDescriptor.Builder()
|
||||
.name("Distributed Cache Service")
|
||||
.description("The Controller Service that is used to check for release signals from a corresponding Notify processor")
|
||||
.description("The Controller Service that is used to cache release signals in order to release files queued at a corresponding Wait processor")
|
||||
.required(true)
|
||||
.identifiesControllerService(DistributedMapCacheClient.class)
|
||||
.build();
|
||||
|
|
Loading…
Reference in New Issue