You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/05/19 21:10:03 UTC

[2/5] flink git commit: [FLINK-6639][docs] fix code tabs in CEP docs

[FLINK-6639][docs] fix code tabs in CEP docs

This closes #3952.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fadc026b
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fadc026b
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/fadc026b

Branch: refs/heads/master
Commit: fadc026bf1e90cd001bd442e5bca595eb69907cf
Parents: 8ccaffe
Author: David Anderson <da...@alpinegizmo.com>
Authored: Fri May 19 15:47:17 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Fri May 19 21:08:34 2017 +0200

----------------------------------------------------------------------
 docs/dev/libs/cep.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/fadc026b/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.