Github user kl0u commented on a diff in the pull request:
https://github.com/apache/flink/pull/5500#discussion_r171253550
--- Diff:
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/DataStreamTest.java
---
@@ -701,19 +701,13 @@ public void testKeyedProcessTranslation() {
private static final long serialVersionUID = 1L;
@Override
- public void processElement(
- Long value,
- Context ctx,
- Collector<Integer> out) throws
Exception {
-
--- End diff --
Remove reformatting.---
