nizhikov commented on code in PR #12210: URL: https://github.com/apache/ignite/pull/12210#discussion_r2219849503
########## modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryUtils.java: ########## @@ -2635,7 +2562,7 @@ public static void validateEnumValues(String typeName, @Nullable Map<String, Int * @param newValues New enum value mapping. * @throws BinaryObjectException in case of name or value conflict. */ - public static Map<String, Integer> mergeEnumValues(String typeName, + static Map<String, Integer> mergeEnumValues(String typeName, Review Comment: fixed ########## 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: fixed -- 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