timoninmaxim commented on code in PR #298: URL: https://github.com/apache/ignite-extensions/pull/298#discussion_r2060037562
########## modules/performance-statistics-ext/src/main/java/org/apache/ignite/internal/performancestatistics/handlers/PrintHandler.java: ########## @@ -340,6 +342,19 @@ public PrintHandler(PrintStream ps, @Nullable BitSet ops, long from, long to, @N ps.println("}"); } + @Override public void systemView(UUID nodeId, String viewName, List<String> schema, List<Object> data) { Review Comment: missed javadoc -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org