aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/eu/ortlepp/notificationsender/service
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/eu/ortlepp/notificationsender/service')
-rw-r--r--src/main/java/eu/ortlepp/notificationsender/service/NotificationSender.java2
1 files changed, 1 insertions, 1 deletions
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.
*