wuchunfu commented on code in PR #3274:
URL:
https://github.com/apache/incubator-streampark/pull/3274#discussion_r1381747001
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/bean/EmailConfig.java:
##########
@@ -38,7 +38,7 @@ public class EmailConfig {
private String from;
private String userName;
private String password;
- private boolean ssl;
+ private Boolean ssl;
Review Comment:
@caicancai Thank you for your review, I agree with your point of view and I
will close this pr
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/bean/ResponseResult.java:
##########
@@ -21,7 +21,7 @@
@Data
public class ResponseResult<T> {
- private int status;
+ private Integer status;
Review Comment:
@caicancai Thank you for your review, I agree with your point of view and I
will close this pr
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]