Skip to content

Commit

Permalink
Add enum javadoc to exported JDL
Browse files Browse the repository at this point in the history
  • Loading branch information
swarajsaaj committed Aug 8, 2021
1 parent 05dea0a commit 99e7d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdl/converters/json-to-jdl-entity-converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ function addEnumsToJDL(entity) {
new JDLEnum({
name: field.fieldType,
values: getEnumValuesFromString(field.fieldValues),
comment: field.fieldTypeJavadoc,
})
);
}
Expand Down

0 comments on commit 99e7d31

Please sign in to comment.