Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/5172#discussion_r161818655 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityUtils.java --- @@ -48,7 +48,7 @@ public static SecurityContext getInstalledContext() { } @VisibleForTesting --- End diff -- (minor) Please remove the `@VisibleForTesting` annotation.
---