beliefer commented on code in PR #26325:
URL: https://github.com/apache/flink/pull/26325#discussion_r2006757937


##########
flink-core/src/main/java/org/apache/flink/core/security/FlinkSecurityManager.java:
##########
@@ -89,8 +89,8 @@ static FlinkSecurityManager fromConfiguration(Configuration 
configuration) {
 
         boolean haltOnSystemExit = 
configuration.get(ClusterOptions.HALT_ON_FATAL_ERROR);
 
-        // If no check is needed, return null so that caller can avoid setting 
security manager not
-        // to incur any runtime cost.
+        // If no check is needed, return null so that caller can avoid setting 
security manager and

Review Comment:
   Yes, the `javadoc` seems good enough. I think this inner comments just for 
readability.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to