wernerdv commented on code in PR #12210:
URL: https://github.com/apache/ignite/pull/12210#discussion_r2219839573


##########
modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryUtils.java:
##########
@@ -1546,7 +1516,7 @@ public static Class doReadClass(BinaryInputStream in, 
BinaryContext ctx, ClassLo
      * @return Class object specified at the input stream if {@code 
deserialize == true}. Otherwise returns {@code null}
      * @throws BinaryObjectException If failed.
      */
-    public static Class doReadClass(BinaryInputStream in, BinaryContext ctx, 
ClassLoader ldr, boolean deserialize)
+    static Class doReadClass(BinaryInputStream in, BinaryContext ctx, 
ClassLoader ldr, boolean deserialize)

Review Comment:
   private



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

Reply via email to