NIFI-3253: Correcting documentation in Notify processor

This closes #1359.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Joe Gresock 2016-12-23 14:28:46 +00:00 committed by Aldrin Piri
parent 6c5d4084d5
commit af8ed8b7de
No known key found for this signature in database
GPG Key ID: 531AEBAA4CFE5D00
1 changed files with 1 additions and 1 deletions

View File

@ -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();