sashapolo commented on code in PR #5315: URL: https://github.com/apache/ignite-3/pull/5315#discussion_r1985068880
########## modules/runner/src/main/java/org/apache/ignite/InitParametersBuilder.java: ########## @@ -186,21 +173,13 @@ public InitParametersBuilder clusterName(String clusterName) { * @param clusterConfiguration Cluster configuration. * @return {@code this} for chaining. */ - public InitParametersBuilder clusterConfiguration(String clusterConfiguration) { + public InitParametersBuilder clusterConfiguration(@Nullable String clusterConfiguration) { Review Comment: I guess it's the same argument as with the nullable lists. I would never expect someone to call this with `null`, but ok, the current approach also makes sense. -- 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