shishkovilja commented on code in PR #12001: URL: https://github.com/apache/ignite/pull/12001#discussion_r2049266502
########## modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryUtils.java: ########## @@ -109,7 +175,12 @@ public class BinaryUtils { private static final boolean[] PLAIN_TYPE_FLAG = new boolean[102]; /** Binary classes. */ - private static final Collection<Class<?>> BINARY_CLS = new HashSet<>(); + private static final Collection<Class<?>> BINARY_CLS = Set.of( Review Comment: Let's insert each element in a separate line, like it was done in a static block. -- 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