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/05/18 14:40:36 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4258: [INLONG-4256][Doc] Add java doc to solve the checkstyle issues

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


##########
inlong-audit/audit-proxy/src/main/java/org/apache/inlong/audit/sink/TubeSink.java:
##########
@@ -305,6 +305,10 @@ public void configure(Context context) {
 
     }
 
+    /**
+     * Send message.
+     * @param es
+     */
     public void handleMessageSendSuccess(EventStat es) {
         //Statistics tube performance
         totalTubeSuccSendCnt.incrementAndGet();

Review Comment:
   If the description of the param was empty, please remove them, thanks.



##########
inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/MiniAgent.java:
##########
@@ -40,6 +40,10 @@ public class MiniAgent {
     private final AgentManager manager;
     private final LinkedBlockingQueue<JobProfile> queueJobs;
 
+    /**
+     * Constructor
+     * @throws Exception

Review Comment:
   If the description of the exception was empty, please remove them, thanks.



##########
inlong-common/src/main/java/org/apache/inlong/common/metric/MetricObserver.java:
##########
@@ -107,6 +107,12 @@ private static List<MetricListener> parseDomain(Map<String, String> domainMap) {
         return listenerList;
     }
 
+    /**
+     * Get properties.
+     * @param commonProperties
+     * @param prefix
+     * @return

Review Comment:
   If the description of the return was empty, please remove them, thanks.



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