forked from loafle/openapi-generator-original
Co-authored-by: Renato Mameli <renato.mameli@teamviewer.com>
This commit is contained in:
@@ -31,7 +31,7 @@ public class ParentWithNullable {
|
||||
|
||||
public enum TypeEnum {
|
||||
|
||||
CHILDWITHNULLABLE(String.valueOf("ChildWithNullable"));
|
||||
CHILD_WITH_NULLABLE(String.valueOf("ChildWithNullable"));
|
||||
|
||||
|
||||
private String value;
|
||||
|
||||
@@ -18,7 +18,7 @@ public class ParentWithNullable {
|
||||
* Gets or Sets type
|
||||
*/
|
||||
public enum TypeEnum {
|
||||
CHILDWITHNULLABLE("ChildWithNullable");
|
||||
CHILD_WITH_NULLABLE("ChildWithNullable");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user