Skip to content

Commit 89e0ba0

Browse files
committed
spotless
1 parent 8241e66 commit 89e0ba0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnApiDoFnRunner.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,12 @@ public <T> void outputWindowedValue(
19361936
}
19371937
outputTo(consumer, WindowedValues.of(output, timestamp, windows, paneInfo));
19381938
}
1939+
1940+
@Override
1941+
public CausedByDrain causedByDrain() {
1942+
return currentElement.causedByDrain();
1943+
}
1944+
19391945
@Override
19401946
public CausedByDrain causedByDrain(DoFn<InputT, OutputT> doFn) {
19411947
return currentElement.causedByDrain();

0 commit comments

Comments
 (0)