Repository: apex-malhar Updated Branches: refs/heads/master 1bd113921 -> a05980579
APEXMALHAR-2305 changed javadoc of SessionWindows to reflect the implementation change of SessionWindows Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/a0598057 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/a0598057 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/a0598057 Branch: refs/heads/master Commit: a059805799babf82ba6e3fc0da3d46dfcb505d73 Parents: 1bd1139 Author: David Yan <[email protected]> Authored: Thu Oct 20 12:38:54 2016 -0700 Committer: David Yan <[email protected]> Committed: Thu Oct 20 12:38:54 2016 -0700 ---------------------------------------------------------------------- .../main/java/org/apache/apex/malhar/lib/window/WindowOption.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/a0598057/library/src/main/java/org/apache/apex/malhar/lib/window/WindowOption.java ---------------------------------------------------------------------- diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/WindowOption.java b/library/src/main/java/org/apache/apex/malhar/lib/window/WindowOption.java index a88250e..b95a394 100644 --- a/library/src/main/java/org/apache/apex/malhar/lib/window/WindowOption.java +++ b/library/src/main/java/org/apache/apex/malhar/lib/window/WindowOption.java @@ -112,8 +112,7 @@ public interface WindowOption } /** - * The window specification that represents session windows, with a minimum gap duration between two windows with the - * same key. + * The window specification that represents session windows, with a minimum gap duration between two tuples with the same key in two different session windows. The minimum gap is also the minimum duration of any session window. */ class SessionWindows implements WindowOption {
