[FLINK-6639][docs] fix code tabs in CEP docs
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5d1cda52 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5d1cda52 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5d1cda52 Branch: refs/heads/release-1.3 Commit: 5d1cda52e58b53a0ae9b3e9a691102617a475aff Parents: 54b88d7 Author: David Anderson <[email protected]> Authored: Fri May 19 15:47:17 2017 +0200 Committer: zentol <[email protected]> Committed: Fri May 19 21:09:08 2017 +0200 ---------------------------------------------------------------------- docs/dev/libs/cep.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/5d1cda52/docs/dev/libs/cep.md ---------------------------------------------------------------------- diff --git a/docs/dev/libs/cep.md b/docs/dev/libs/cep.md index 58e1a0a..a5ca8b1 100644 --- a/docs/dev/libs/cep.md +++ b/docs/dev/libs/cep.md @@ -282,6 +282,7 @@ Pattern<Event, ?> nonStrictNext = start.followedBy("middle"); val nonStrictNext : Pattern[Event, _] = start.followedBy("middle") {% endhighlight %} </div> +</div> For non-strict contiguity one can specify if only the first succeeding matching event will be matched, or all. In the latter case multiple matches will be emitted for the same beginning.
