I think we can use `checkNotNull`: ``` Preconditions.checkNotNull(builder, "Builder cannot be null"); ``` for readability
[ Full content available at: https://github.com/apache/flink/pull/6735 ] This message was relayed via gitbox.apache.org for [email protected]
