Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #562 from anilmuppalla/master
Browse files Browse the repository at this point in the history
Fixed documentation
  • Loading branch information
dhalperi authored Apr 5, 2017
2 parents c4bff0b + 4ede280 commit 15cb364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*
* <p>Additionaly firings before or after the watermark can be requested by calling
* {@code AfterWatermark.pastEndOfWindow.withEarlyFirings(OnceTrigger)} or
* {@code AfterWatermark.pastEndOfWindow.withEarlyFirings(OnceTrigger)}.
* {@code AfterWatermark.pastEndOfWindow.withLateFirings(OnceTrigger)}.
*
* @param <W> {@link BoundedWindow} subclass used to represent the windows used.
*/
Expand Down

0 comments on commit 15cb364

Please sign in to comment.