nizhikov commented on code in PR #11610: URL: https://github.com/apache/ignite/pull/11610#discussion_r1816821462
########## modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryObjectExImpl.java: ########## @@ -66,6 +69,10 @@ public abstract class BinaryObjectExImpl implements BinaryObjectEx { */ public abstract long offheapAddress(); + /** */ + private static final int COLLECTION_LIMIT = Review Comment: Let's reuse constant from `GridToStringBuilder`. -- 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