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/04/24 08:45:52 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #3902: [INLONG-3773][Sort-Standalone] Support configurable handler to transform data of Kafka

healchow commented on code in PR #3902:
URL: https://github.com/apache/incubator-inlong/pull/3902#discussion_r857091087


##########
inlong-sort-standalone/sort-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/cls/ClsSinkContext.java:
##########
@@ -280,9 +293,9 @@ public void addSendResultMetric(ProfileEvent currentRecord, String bid, boolean
     /**
      * Get report dimensions.
      *
-     * @param currentRecord Event.
-     * @param bid Topic or dest ip.
-     * @return Prepared dimensions map.
+     * @param  currentRecord Event.
+     * @param  bid           Topic or dest ip.

Review Comment:
   It is not necessary to indent the method parameters.
   Please refer to this code-style link and reformat again, thanks.
   
   https://github.com/apache/incubator-inlong/discussions/3082
   
   



-- 
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