rpuch commented on code in PR #3720:
URL: https://github.com/apache/ignite-3/pull/3720#discussion_r1596338001


##########
modules/metrics/src/test/java/org/apache/ignite/internal/metrics/sources/JvmMetricSourceTest.java:
##########
@@ -136,4 +157,49 @@ public ObjectName getObjectName() {
             throw new UnsupportedOperationException("Not supported in test 
implementation");
         }
     }
+
+    private static class GarbageCollectorBean implements 
GarbageCollectorMXBean {

Review Comment:
   This is made by analogy with already existing internal class. Also, the 
class is only used here and the hosting file is not too long, so I'd prefer to 
leave it as is.



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