eduardofontes commented on a change in pull request #4759:
URL: https://github.com/apache/nifi/pull/4759#discussion_r558255739
##########
File path:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBControllerService.java
##########
@@ -105,7 +110,18 @@ public final void closeClient() {
}
protected String getURI(final ConfigurationContext context) {
- return
context.getProperty(URI).evaluateAttributeExpressions().getValue();
+ final String _uri =
context.getProperty(URI).evaluateAttributeExpressions().getValue();
Review comment:
My intent was an "in construction" variable to be assigned later to
"uri", but I changed my mind and I put direct to return. I'll change it.
----------------------------------------------------------------
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]