zentol commented on a change in pull request #14488: URL: https://github.com/apache/flink/pull/14488#discussion_r549299780
########## File path: flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/src/AbstractFileSource.java ########## @@ -230,12 +230,14 @@ public Boundedness getBoundedness() { /** * The generic base builder. This builder carries a <i>SELF</i> type to make it convenient to * extend this for subclasses, using the following pattern. + * * <pre>{@code * public class SubBuilder<T> extends AbstractFileSourceBuilder<T, SubBuilder<T>> { * ... * } * }</pre> - * That way, all return values from builder method defined here are typed to the sub-class + * + * <p>That way, all return values from builder method defined here are typed to the sub-class Review comment: indentation ---------------------------------------------------------------- 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