pkuwm commented on a change in pull request #797: Add REST API to add, remove 
and update CustomizedStateAggregationConfig
URL: https://github.com/apache/helix/pull/797#discussion_r383670119
 
 

 ##########
 File path: 
helix-rest/src/main/java/org/apache/helix/rest/server/resources/AbstractResource.java
 ##########
 @@ -62,6 +62,7 @@
     enablePartitions,
     disablePartitions,
     update,
+    Add,
 
 Review comment:
   This style may need to change: it does not follow either the current naming 
convention (`add`) to be consistent or Java enum naming convention (constant 
like `ADD`) 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to