Skip to content

Commit

Permalink
chore: remove postconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
extern-maksim-kuzmin1 committed Feb 25, 2024
1 parent 62cc769 commit ff78eda
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import lombok.RequiredArgsConstructor;

import javax.annotation.Nonnull;
import javax.annotation.PostConstruct;
import java.time.Clock;
import java.util.List;
import java.util.stream.Collectors;
Expand All @@ -30,7 +29,6 @@ public class CustomerBirthdayInfoFetchService implements DataFetchService<Custom
@Nonnull
@AuditDataFetchResult(reportType = CUSTOMER_BIRTHDAY)
@Override
@PostConstruct
public ReportData<CustomerBirthdayInfo> fetch() {
return new ReportData<>(load(), now(clock));
}
Expand Down

0 comments on commit ff78eda

Please sign in to comment.