Skip to content

Commit

Permalink
fix: fix Java generator description preset file name (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-ciocanu authored Jul 3, 2022
1 parent 00656d0 commit c23547d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/java/presets/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './CommonPreset';
export * from './DescriptioPreset';
export * from './DescriptionPreset';
export * from './JacksonPreset';
export * from './ConstraintsPreset';

0 comments on commit c23547d

Please sign in to comment.