diff options
author | Srk <watertext@hotmail.it> | 2017-11-18 19:40:10 +0100 |
---|---|---|
committer | Srk <watertext@hotmail.it> | 2017-11-18 19:40:10 +0100 |
commit | fbc49050c626ccd3d25370031204cc64e5a8f5c2 (patch) | |
tree | f73755449c6ce498f2274f9b74d32d5346aabe85 /src/org/traccar | |
parent | 657ab240db995fcf64720c1200e238f2b4be9e61 (diff) | |
download | trackermap-server-fbc49050c626ccd3d25370031204cc64e5a8f5c2.tar.gz trackermap-server-fbc49050c626ccd3d25370031204cc64e5a8f5c2.tar.bz2 trackermap-server-fbc49050c626ccd3d25370031204cc64e5a8f5c2.zip |
Removing notification templates references
Diffstat (limited to 'src/org/traccar')
-rw-r--r-- | src/org/traccar/notification/NotificationFormatter.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/org/traccar/notification/NotificationFormatter.java b/src/org/traccar/notification/NotificationFormatter.java index bd919cce0..385f117ea 100644 --- a/src/org/traccar/notification/NotificationFormatter.java +++ b/src/org/traccar/notification/NotificationFormatter.java @@ -102,12 +102,6 @@ public final class NotificationFormatter { return formatterLogic(null, userId, event, position, templatePath); } - public static String formatForwarderMessage(Event event, Position position) { - String templatePath = Context.getConfig().getString("forwarder.templatesPath", "forwarder"); - - return formatterLogic(null, null, event, position, templatePath); - } - private static String formatterLogic(VelocityContext vc, Long userId, Event event, Position position, String templatePath) { |