forked from loafle/openapi-generator-original
Co-authored-by: Renato Mameli <renato.mameli@teamviewer.com>
This commit is contained in:
@@ -42,7 +42,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