turcsanyip commented on a change in pull request #3774: NIFI-6729 - Created
AbstractSingleAttributeBasedControllerServiceLook…
URL: https://github.com/apache/nifi/pull/3774#discussion_r337623602
##########
File path:
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/services/azure/storage/AzureStorageCredentialsControllerServiceLookup.java
##########
@@ -45,97 +30,25 @@
"This will allow multiple AzureStorageCredentialsServices to be
defined and registered, and then selected dynamically at runtime by tagging
flow files " +
"with the appropriate 'azure.storage.credentials.name' attribute.")
@DynamicProperty(name = "The name to register AzureStorageCredentialsService",
value = "The AzureStorageCredentialsService",
- description = "If 'azure.storage.credentials.name' attribute contains
the name of the dynamic property, then the AzureStorageCredentialsService
(registered in the value) will be selected.",
+ description = "If '" +
AzureStorageCredentialsControllerServiceLookup.AZURE_STORAGE_CREDENTIALS_NAME_ATTRIBUTE
+ "' attribute contains the name of the dynamic property, then the
AzureStorageCredentialsService (registered in the value) will be selected.",
Review comment:
Due to the refactor, it exceeds the max line length now. Otherwise
everything looks fine.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services