Skip to content

Commit

Permalink
#160 Fix Enum and Lombok generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacineiras committed Jun 5, 2023
1 parent 5b2d2a3 commit 2a45186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static ApiUnionFieldDTO.ApiUnionFieldDTOBuilder builder() {
@JsonPOJOBuilder(buildMethodName = "build", withPrefix = "")
public static class ApiUnionFieldDTOBuilder {

private defaultItem;
private ApiDefaultItemDTO defaultItem;
private Boolean generatedFlag;
private String type;
private UnionEnum unionEnum;
Expand Down

0 comments on commit 2a45186

Please sign in to comment.