aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/notification/NotificationFormatter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/traccar/notification/NotificationFormatter.java')
-rw-r--r--src/main/java/org/traccar/notification/NotificationFormatter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/traccar/notification/NotificationFormatter.java b/src/main/java/org/traccar/notification/NotificationFormatter.java
index dabc75b8b..f33961c8b 100644
--- a/src/main/java/org/traccar/notification/NotificationFormatter.java
+++ b/src/main/java/org/traccar/notification/NotificationFormatter.java
@@ -63,7 +63,7 @@ public final class NotificationFormatter {
return TextTemplateFormatter.formatFullMessage(velocityContext, event.getType());
}
- public static String formatShortMessage(long userId, Event event, Position position) {
+ public static ShortMessage formatShortMessage(long userId, Event event, Position position) {
VelocityContext velocityContext = prepareContext(userId, event, position);
return TextTemplateFormatter.formatShortMessage(velocityContext, event.getType());
}