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


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