GitHub user kirklund opened a pull request: https://github.com/apache/geode/pull/307
GEODE-1027: add unit test for previously committed fix * create new unit tests for MBeanStatsMonitor to test previously committed fix for GEODE-1027 * remove unnecessary final modifier from class and methods in StatisticsMonitor and ValueMonitor * update logging in MBeanStatsMonitor * change couple methods in SampleCollector from public to package * clean up StatisticsMonitor * clean up ValueMonitor * clean up MBeanStatsMonitor You can merge this pull request into a Git repository by running: $ git pull https://github.com/kirklund/geode feature/GEODE-1027 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/307.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #307 ---- commit 65e5450ccc3556774589867627c19cc2842f0fa5 Author: Kirk Lund <kl...@apache.org> Date: 2016-12-07T23:33:51Z GEODE-1027: add unit test for previously committed fix ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---