Skip to content

Commit c72cdca

Browse files
committed
MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description change
1 parent 5e27356 commit c72cdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

minifi-api/include/minifi-c/minifi-c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extern "C" {
4545
/// use MINIFI_SSL_CONTEXT_SERVICE_PROPERTY_TYPE in the type field of the property definition (MinifiPropertyDefinition::type)
4646
#define MINIFI_SSL_CONTEXT_SERVICE_PROPERTY_TYPE "org.apache.nifi.minifi.controllers.SSLContextServiceInterface"
4747

48-
/// To allow the proper usage of ProxyConfigurationServices set the MinifiPropertyDefinition::type to MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE
48+
/// To declare a processor property that expects an ProxyConfigurationService, use MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE in the type field of the property definition (MinifiPropertyDefinition::type)
4949
#define MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE "org.apache.nifi.minifi.controllers.ProxyConfigurationServiceInterface"
5050

5151

0 commit comments

Comments
 (0)