Skip to content

Commit

Permalink
[PAGOPA-1075] fix: removed unused annotated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jul 7, 2023
1 parent 7296700 commit b7af4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/it/gov/pagopa/reporting/models/AppInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.*;

@Getter
@Builder(toBuilder = true)
@AllArgsConstructor(access = AccessLevel.PRIVATE)
@JsonInclude(JsonInclude.Include.NON_NULL)
Expand Down

0 comments on commit b7af4db

Please sign in to comment.