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()
|
public static final PropertyDescriptor SSL_CONTEXT_SERVICE = new PropertyDescriptor.Builder()
|
||||||
.name("SSL Context Service")
|
.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)
|
.required(true)
|
||||||
.identifiesControllerService(SSLContextService.class)
|
.identifiesControllerService(SSLContextService.class)
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue