mirror of https://github.com/apache/nifi.git
NIFI-1482 - DeveloperGuide :: Controller Service is using wrong method name
Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
7314af6177
commit
0d72969053
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue