mattyb149 commented on code in PR #6635:
URL: https://github.com/apache/nifi/pull/6635#discussion_r1017158003
##########
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/src/main/java/org/apache/nifi/mongodb/MongoDBClientService.java:
##########
@@ -40,33 +41,33 @@ public interface MongoDBClientService extends
ControllerService {
String WRITE_CONCERN_W2 = "W2";
String WRITE_CONCERN_W3 = "W3";
- static final AllowableValue WRITE_CONCERN_ACKNOWLEDGED_VALUE = new
AllowableValue(
Review Comment:
Is there a reason that these shouldn't be `static final`? Otherwise this LGTM
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]