NIFI-1482 - DeveloperGuide :: Controller Service is using wrong method name

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Lars Francke 2016-02-05 00:41:03 +01:00 committed by Aldrin Piri
parent 7314af6177
commit 0d72969053
1 changed files with 1 additions and 1 deletions

View File

@ -1803,7 +1803,7 @@ that references a Controller Service as such:
----
public static final PropertyDescriptor SSL_CONTEXT_SERVICE = new PropertyDescriptor.Builder()
.name("SSL Context Service")
.details("Specified the SSL Context Service that can be used to create secure connections")
.description("Specified the SSL Context Service that can be used to create secure connections")
.required(true)
.identifiesControllerService(SSLContextService.class)
.build();