Pace2Car commented on code in PR #25041:
URL: https://github.com/apache/shardingsphere/pull/25041#discussion_r1169733867
##########
features/mask/core/src/main/java/org/apache/shardingsphere/mask/algorithm/cover/MaskBeforeSpecialCharsAlgorithm.java:
##########
@@ -70,4 +75,12 @@ public String mask(final Object plainValue) {
public String getType() {
return "MASK_BEFORE_SPECIAL_CHARS";
}
+
+ public String getSpecialChars() {
+ return specialChars;
+ }
+
+ public char getReplaceChar() {
+ return replaceChar;
+ }
Review Comment:
The production code for testing is not recommended.
--
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]