You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/22 04:36:31 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #4736: [INLONG-4735][Sort] Add precision support for DecimalFormatInfo, TimeFormatInfo

healchow commented on code in PR #4736:
URL: https://github.com/apache/inlong/pull/4736#discussion_r903273077


##########
inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/TableFormatUtils.java:
##########
@@ -108,9 +108,9 @@ public class TableFormatUtils {
      * Returns the {@link DeserializationSchema} described by the given
      * properties.
      *
-     * @param properties The properties describing the deserializer.
+     * @param properties  The properties describing the deserializer.
      * @param classLoader The class loader for the deserializer.
-     * @param <T> The type of the data.
+     * @param <T>         The type of the data.

Review Comment:
   It is not suggested to change the indents of Java doc.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org