Skip to content

Commit

Permalink
fixed enum template
Browse files Browse the repository at this point in the history
  • Loading branch information
myznikov committed Feb 14, 2025
1 parent feea22b commit 547278b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Templates/v2/Java/enum.stencil
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package {{package}}.api.dto;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public enum {{ enum.name }} {
{% for caseValue in enum.cases %}{#
Expand Down

0 comments on commit 547278b

Please sign in to comment.