def sen = "sensitiveValue"
def nonSen = "nonSensitiveValue"
println sen
println nonSen
expected output
*****
nonSensitiveValue
String.metaClass program to avoid printing ?
def sen = "sensitiveValue"
def nonSen = "nonSensitiveValue"
println sen
println nonSen
expected output
*****
nonSensitiveValue
String.metaClass program to avoid printing ?
Copyright © 2021 Jogjafile Inc.