nizhikov commented on a change in pull request #40:
URL: https://github.com/apache/ignite-extensions/pull/40#discussion_r565244015
##########
File path:
modules/performance-statistics-ext/src/main/java/org/apache/ignite/internal/performancestatistics/util/Utils.java
##########
@@ -51,4 +56,43 @@ public static ArrayNode createArrayIfAbsent(String val,
ObjectNode json) {
return node;
}
+
+ /**
+ * Prints JSON-escaped string to the stream.
+ *
+ * @param ps Print stream to write to.
+ * @param str String to print.
Review comment:
Please, add @see annotation to the base method for this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]