Skip to content

Commit c4c0c2f

Browse files
committed
GH-502 - Polishing.
1 parent ac8f699 commit c4c0c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void deleteCompletedPublicationsOlderThan(Duration duration) {
123123
Assert.notNull(duration, "Duration must not be null!");
124124

125125
events.deleteCompletedPublicationsBefore(clock.instant().minus(duration));
126-
};
126+
}
127127

128128
/*
129129
* (non-Javadoc)

0 commit comments

Comments
 (0)