exceptionfactory commented on code in PR #6635:
URL: https://github.com/apache/nifi/pull/6635#discussion_r1017169545


##########
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:
   This is a helpful improvement, `static final` is implicit on members of an 
interface definition.



-- 
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]

Reply via email to