[ 
https://issues.apache.org/jira/browse/FLINK-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ufuk Celebi closed FLINK-3510.
------------------------------
    Resolution: Fixed

Fixed in 930a266.

> Pattern class class-level comment misses type argument
> ------------------------------------------------------
>
>                 Key: FLINK-3510
>                 URL: https://issues.apache.org/jira/browse/FLINK-3510
>             Project: Flink
>          Issue Type: Bug
>          Components: CEP
>            Reporter: Ufuk Celebi
>            Assignee: Ufuk Celebi
>            Priority: Trivial
>
> Class-level comment code example reads:
> {code}
>  * <pre>{@code
>  * Pattern<T> pattern = Pattern.<T>begin("start")
>  *   .next("middle").subtype(F.class)
>  *   .followedBy("end").where(new MyFilterFunction());
>  * }
>  * </pre>
> {code}
> The 2nd type paramter for {{Pattern<T, F>}} is missing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to