twalthr commented on a change in pull request #11036: [hotfix][example] Add StreamWindowSQLExample.jar to dist URL: https://github.com/apache/flink/pull/11036#discussion_r376284406
########## File path: flink-examples/flink-examples-table/src/main/java/org/apache/flink/table/examples/java/StreamWindowSQLExample.java ########## @@ -30,6 +30,8 @@ /** * Simple example for demonstrating the use of SQL in Java. * + * <p>Usage: <code>./bin/flink run ./examples/table/StreamWindowSQLExample.java</code></p> Review comment: use `{@code }` instead the `</p>` is not important JavaDocs are just pseudo HTML. ---------------------------------------------------------------- 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