Skip to content

Commit

Permalink
MINOR: Update TupleForwarder comment (apache#4414)
Browse files Browse the repository at this point in the history
Reviewers: Guozhang Wang <wangguoz@gmail.com>
  • Loading branch information
dminkovsky authored and guozhangwang committed Feb 8, 2018
1 parent 6780338 commit e7905fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

/**
* This class is used to determine if a processor should forward values to child nodes.
* Forwarding only occurs when caching is not enabled.
* Forwarding by this class only occurs when caching is not enabled. If caching is enabled,
* forwarding occurs in the flush listener when the cached store flushes.
*
* @param <K>
* @param <V>
Expand Down

0 comments on commit e7905fc

Please sign in to comment.