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/08 05:31:19 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4126: [INLONG-3636][Manager] Fix the warning logs during the build

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


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/StreamSinkServiceImpl.java:
##########
@@ -353,44 +353,4 @@ private void checkParams(SinkRequest request) {
         Preconditions.checkNotNull(sinkName, ErrorCodeEnum.SINK_NAME_IS_NULL.getMessage());
     }
 
-    /**
-     * Asynchronously initiate a single inlong stream related workflow

Review Comment:
   Please do not remove those codes, because we will recover them later.



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