zoucao commented on a change in pull request #18966: URL: https://github.com/apache/flink/pull/18966#discussion_r825553511
########## File path: docs/content/docs/libs/cep.md ########## @@ -1528,9 +1528,9 @@ The whole processing is done with event time. {{< tabs "573ac3c5-e8b9-4ffa-b7b6-e2db19611ff5" >}} {{< tab "Java" >}} ```java -StreamExecutionEnvironment env = ... +StreamExecutionEnvironment env = ...; -DataStream<Event> input = ... +DataStream<Event> input = ...; Review comment: Sorry for the stupid problem, and it have been fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org