aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-06-26 14:15:24 +0500
committerAbyss777 <abyss@fox5.ru>2018-06-26 14:15:24 +0500
commitb70e46560359a181b0136fa1c6b0400615bfc904 (patch)
tree540dab6edd4f4178113d4e1fc1a614052bb1edfd /src/org/traccar/api
parent253f11afa0e31d97d332ca3269111eff36ee347b (diff)
downloadtrackermap-server-b70e46560359a181b0136fa1c6b0400615bfc904.tar.gz
trackermap-server-b70e46560359a181b0136fa1c6b0400615bfc904.tar.bz2
trackermap-server-b70e46560359a181b0136fa1c6b0400615bfc904.zip
Rename MailMessage to FullMessage
Diffstat (limited to 'src/org/traccar/api')
-rw-r--r--src/org/traccar/api/resource/NotificationResource.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/api/resource/NotificationResource.java b/src/org/traccar/api/resource/NotificationResource.java
index bec1ce3ab..0d7a7982d 100644
--- a/src/org/traccar/api/resource/NotificationResource.java
+++ b/src/org/traccar/api/resource/NotificationResource.java
@@ -48,7 +48,7 @@ public class NotificationResource extends ExtendedObjectResource<Notification> {
public Collection<Typed> get() {
return Context.getNotificationManager().getAllNotificationTypes();
}
-
+
@GET
@Path("notificators")
public Collection<Typed> getNotificators() {