Phillippko commented on code in PR #4887: URL: https://github.com/apache/ignite-3/pull/4887#discussion_r1883486075
########## modules/core/src/main/java/org/apache/ignite/internal/tostring/IgniteToStringBuilder.java: ########## @@ -894,7 +893,7 @@ private static void toString(StringBuilderLimitedLength buf, Object val) { * @param cls value class. * @param val value to print. */ - private static void toString(StringBuilderLimitedLength buf, Class<?> cls, Object val) { + private static void toString(StringBuilderLimitedLength buf, Class<?> cls, @Nullable Object val) { Review Comment: cls is also Nullable -- 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