aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/notification
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-06-26 12:29:08 +0500
committerAbyss777 <abyss@fox5.ru>2018-06-26 12:29:08 +0500
commit253f11afa0e31d97d332ca3269111eff36ee347b (patch)
tree98866ec1ffed872995b4a71c0c1deb99a4f9c656 /src/org/traccar/notification
parent825ee0d178a24620f075cb4ffb8d49c75b046484 (diff)
downloadtrackermap-server-253f11afa0e31d97d332ca3269111eff36ee347b.tar.gz
trackermap-server-253f11afa0e31d97d332ca3269111eff36ee347b.tar.bz2
trackermap-server-253f11afa0e31d97d332ca3269111eff36ee347b.zip
Rename transports to notificators
Diffstat (limited to 'src/org/traccar/notification')
-rw-r--r--src/org/traccar/notification/NotificatorManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/notification/NotificatorManager.java b/src/org/traccar/notification/NotificatorManager.java
index 87a294345..bb55844f3 100644
--- a/src/org/traccar/notification/NotificatorManager.java
+++ b/src/org/traccar/notification/NotificatorManager.java
@@ -64,7 +64,7 @@ public final class NotificatorManager {
}
- public Set<Typed> getNotificatorTypes() {
+ public Set<Typed> getAllNotificatorTypes() {
Set<Typed> result = new HashSet<>();
for (String notificator : notificators.keySet()) {
result.add(new Typed(notificator));