You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/12/28 10:41:35 UTC

[GitHub] [flink] zentol commented on a change in pull request #14488: [FLINK-20651] Use Spotless/google-java-format for code formatting/enforcement

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:
users@infra.apache.org