You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/20 01:39:07 UTC

[GitHub] [incubator-seatunnel] simon824 commented on a change in pull request #1113: eliminate duplicate code for CheckResult class

simon824 commented on a change in pull request #1113:
URL: https://github.com/apache/incubator-seatunnel/pull/1113#discussion_r788282659



##########
File path: seatunnel-common/src/main/java/org/apache/seatunnel/common/config/CheckResult.java
##########
@@ -22,12 +22,36 @@
 @Data
 public class CheckResult {
 
+    private static final CheckResult SUCCESS = new CheckResult(true, "");
+

Review comment:
       we can add some success msg.




-- 
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@seatunnel.apache.org

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