wolfboys commented on code in PR #1828:
URL: 
https://github.com/apache/incubator-streampark/pull/1828#discussion_r996251937


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/entity/User.java:
##########
@@ -102,4 +102,9 @@ public class User implements Serializable {
      */
     private Long teamId;
 
+    public void dataMasking() {
+        this.setPassword("******");

Review Comment:
   > hi, @wolfboys Thank you for your contribution。Strings with special 
meanings are recommended to be extracted as public variables,do you think?
   
   Great suggestion, I agree with you.  I'll fix it 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to