Skip to content

Commit

Permalink
chore: added comment for hasSanitizedName
Browse files Browse the repository at this point in the history
  • Loading branch information
davidediak committed Aug 29, 2024
1 parent d189f79 commit 00ac147
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public class CodegenProperty implements Cloneable, IJsonSchemaValidationProperti
private boolean hasDiscriminatorWithNonEmptyMapping;
private CodegenComposedSchemas composedSchemas = null;
private boolean hasMultipleTypes = false;
/** true if the property's baseName != name, e.g. baseName = '_prop.value', name = 'propValue' after sanitization */
private boolean hasSanitizedName = false;
private Map<String, CodegenProperty> requiredVarsMap;
private String ref;
Expand Down

0 comments on commit 00ac147

Please sign in to comment.