pkuwm commented on issue #537: Implement increment() method in CountMetric class. URL: https://github.com/apache/helix/pull/537#issuecomment-546515114 This PR is ready to be merged, approved by @jiajunwang Commit message: ``` Abstract method increaseCount() in CountMetric is a generic method used in inherited classes. We should implement this method in CountMetric to reduce duplicate code in inherited classes. Change list: 1. Move increaseCount() to CountMetric. 2. Change the name to increment() and implement the method. ```
---------------------------------------------------------------- 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]
