GH-491 - Polishing.

This commit is contained in:
Oliver Drotbohm
2024-02-09 12:46:35 +01:00
parent 5efc7e01f0
commit 43e479004d

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)