mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 10:16:12 +00:00
Co-authored-by: Renato Mameli <renato.mameli@teamviewer.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| CHILDWITHNULLABLE | "ChildWithNullable" |
|
||||
| CHILD_WITH_NULLABLE | "ChildWithNullable" |
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -52,7 +52,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