NicoK commented on a change in pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs URL: https://github.com/apache/flink/pull/11033#discussion_r376381200
########## File path: docs/dev/libs/state_processor_api.md ########## @@ -253,16 +253,16 @@ class StatefulFunctionWithTime extends KeyedProcessFunction[Integer, Integer, Vo var updateTimes: ListState[Long] = _ @throws[Exception] - override def open(parameters: Configuration): Unit { + override def open(parameters: Configuration): Unit ={ Review comment: ```suggestion override def open(parameters: Configuration): Unit = { ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services