Skip to content

Commit 6caa15a

Browse files
committed
rename and formatting
1 parent 3756b94 commit 6caa15a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/main/java/it/aboutbits/springboot/emailservice/lib/EmailSchedulerCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public interface EmailSchedulerCallback {
44
void report(Report report);
55

66
record Report(
7-
int totalAttempted,
7+
int total,
88
int sent,
99
int errors
1010
) {

src/main/java/it/aboutbits/springboot/emailservice/lib/application/EmailParameter.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313

1414
@Builder
1515
public record EmailParameter(
16-
@NonNull OffsetDateTime scheduledAt,
17-
18-
@NonNull Email email
16+
@NonNull
17+
OffsetDateTime scheduledAt,
18+
@NonNull
19+
Email email
1920
) {
2021

2122
@Builder

0 commit comments

Comments
 (0)