From b0a3a919b7f6f82cf2afa780132dfefeddf78418 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Tue, 7 May 2024 00:07:36 +0200 Subject: omit empty notifications --- .../java/eu/ortlepp/notificationsender/service/NotificationSender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/eu/ortlepp/notificationsender/service/NotificationSender.java') diff --git a/src/main/java/eu/ortlepp/notificationsender/service/NotificationSender.java b/src/main/java/eu/ortlepp/notificationsender/service/NotificationSender.java index 8c39c72..94d4462 100644 --- a/src/main/java/eu/ortlepp/notificationsender/service/NotificationSender.java +++ b/src/main/java/eu/ortlepp/notificationsender/service/NotificationSender.java @@ -17,7 +17,7 @@ public interface NotificationSender { /** - * Format notifications for sending. + * Format notifications for sending (default implementation). * If only one notification is passed, it is returned as is. * If multiple notifications are passed, a numbered list of notifications is returned. * -- cgit v1.2.3