tillrohrmann commented on a change in pull request #8175: [FLINK-9787]Change
ExecutionConfig#getGlobalJobParameters to return a…
URL: https://github.com/apache/flink/pull/8175#discussion_r318493307
##########
File path:
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
##########
@@ -741,6 +741,9 @@ public boolean isSysoutLoggingEnabled() {
}
public GlobalJobParameters getGlobalJobParameters() {
Review comment:
I think the community agreed that all return values which are not annotated
with `@Nullable` are meant to be implicitly `@NonNull`. Hence theres should be
no need for it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services