mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 01:06:12 +00:00
java exclude password field from toString (#16942)
This commit is contained in:
@@ -569,7 +569,7 @@ public class FormatTest {
|
||||
sb.append(" date: ").append(toIndentedString(date)).append("\n");
|
||||
sb.append(" dateTime: ").append(toIndentedString(dateTime)).append("\n");
|
||||
sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n");
|
||||
sb.append(" password: ").append(toIndentedString(password)).append("\n");
|
||||
sb.append(" password: ").append("*").append("\n");
|
||||
sb.append(" patternWithDigits: ").append(toIndentedString(patternWithDigits)).append("\n");
|
||||
sb.append(" patternWithDigitsAndDelimiter: ").append(toIndentedString(patternWithDigitsAndDelimiter)).append("\n");
|
||||
sb.append("}");
|
||||
|
||||
Reference in New Issue
Block a user