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



##########
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:
       You reverted the other `@since` tag. Did you mean to leave this one? Not 
sure if you had different rationale for this one.




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