提交 930a266d 编写于 作者: U Ufuk Celebi

[FLINK-3510] [cep] Fix typo in Pattern class level comment

上级 c9cba277
......@@ -30,7 +30,7 @@ import org.apache.flink.streaming.api.windowing.time.Time;
* a {@link NFA}.
*
* <pre>{@code
* Pattern<T> pattern = Pattern.<T>begin("start")
* Pattern<T, F> pattern = Pattern.<T>begin("start")
* .next("middle").subtype(F.class)
* .followedBy("end").where(new MyFilterFunction());
* }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册