Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/4910#discussion_r147663332
--- Diff:
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java
---
@@ -194,29 +348,4 @@ public String toString() {
return String.format("FileTransaction[%s]",
tmpFile.getName());
}
}
-
- private static class TestContext implements AutoCloseable {
--- End diff --
Why did you remove this encapsulation?---
