GH-502 - Polishing.

This commit is contained in:
Oliver Drotbohm
2024-02-09 12:46:35 +01:00
parent ac8f69935d
commit c4c0c2f5be

View File

@@ -123,7 +123,7 @@ public class DefaultEventPublicationRegistry
Assert.notNull(duration, "Duration must not be null!");
events.deleteCompletedPublicationsBefore(clock.instant().minus(duration));
};
}
/*
* (non-Javadoc)