animovscw commented on code in PR #12982:
URL: https://github.com/apache/ignite/pull/12982#discussion_r3232420956


##########
modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/JavaVersionCommand.java:
##########
@@ -56,13 +55,20 @@ int majorVersion(String javaHome) throws IOException, 
InterruptedException {
     /**
      * Reads whole stream content and returns it as a string. UTF-8 is used to 
convert from bytes to string.
      *
-     * @param inputStream   Stream to read.
+     * @param inputStream Stream to read.
      * @return Stream content as a string.
      * @throws IOException If something goes wrong.
      */
     private String readStream(InputStream inputStream) throws IOException {
+        // commons-io (IOUtils) is intentionally not used here.

Review Comment:
   You're right. Done: 158bb0c065654f293a8ac4d44a7b849c9b8638d8



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