Skip to content

Commit

Permalink
fixup! Update comments on scheduleAfterOutputWouldBeProduced
Browse files Browse the repository at this point in the history
  • Loading branch information
tgroh committed Mar 12, 2016
1 parent 2635f86 commit 75e6168
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ public void add(Iterable<WindowedValue<ElemT>> values) {
* fired from the perspective of that {@link PValue}, as specified by the value of
* {@link Trigger#getWatermarkThatGuaranteesFiring(BoundedWindow)} for the trigger of the
* {@link WindowingStrategy}. When the callback has fired, either values will have been produced
* for a key in that window, or the window is empty. The callback will be executed regardless of
* weather values have been produced.
* for a key in that window, the window is empty, or all elements in the window are late. The
* callback will be executed regardless of whether values have been produced.
*/
public void scheduleAfterOutputWouldBeProduced(
PValue value,
Expand Down

0 comments on commit 75e6168

Please sign in to comment.