You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2021/11/19 19:44:30 UTC

[geode] 10/16: Delete comments

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch wip/oshi-multios-stats-module
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 155ef609c831d10e908835b4f5f24204c14439b4
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Tue Nov 16 12:40:19 2021 -0800

    Delete comments
---
 .../java/org/apache/geode/internal/statistics/GemFireStatSampler.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/statistics/GemFireStatSampler.java b/geode-core/src/main/java/org/apache/geode/internal/statistics/GemFireStatSampler.java
index 2c3c922..b39ff2f 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/statistics/GemFireStatSampler.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/statistics/GemFireStatSampler.java
@@ -241,7 +241,6 @@ public class GemFireStatSampler extends HostStatSampler {
               statListener.checkForChange(statListenerMessage);
             } else {
               // its stale; indicate this with a negative listener id
-              // fix for bug 29405
               statListenerMessage.addChange(-statListener.getListenerId(), 0);
             }
           }