Skip to content

Commit

Permalink
[hotfix][javadoc] Fix typo in StreamElement javadoc
Browse files Browse the repository at this point in the history
This closes apache#5152.
  • Loading branch information
Matrix42 authored and zentol committed Dec 12, 2017
1 parent 9ef6796 commit 72cd592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* active. However, for watermarks, since there may be watermark generators that might produce watermarks
* anywhere in the middle of topologies regardless of whether there are input data at the operator, the current
* status of the task must be checked before forwarding watermarks emitted from
* an operator. It the status is actually idle, the watermark must be blocked.
* an operator. If the status is actually idle, the watermark must be blocked.
*
* <li>For downstream tasks with multiple input streams, the watermarks of input streams that are temporarily idle,
* or has resumed to be active but its watermark is behind the overall min watermark of the operator, should not
Expand Down

0 comments on commit 72cd592

Please sign in to comment.