milleruntime commented on a change in pull request #2297:
URL: https://github.com/apache/accumulo/pull/2297#discussion_r722548720



##########
File path: 
server/monitor/src/main/java/org/apache/accumulo/monitor/rest/gc/GarbageCollectorStats.java
##########
@@ -19,42 +19,40 @@
 package org.apache.accumulo.monitor.rest.gc;
 
 import org.apache.accumulo.core.gc.thrift.GcCycleStats;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 /**
- * Metrics about a single cycle of the garbage collector
+ * Metrics about one type of garbage collection
  *
- * @since 2.0.0
+ * @since 2.1.0

Review comment:
       Yeah, I renamed and changed the class so didn't think the old tag 
applied anymore. We probably should just remove some of these tags...




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