From 61e012bca7151814090fd34acca3db4803b75f57 Mon Sep 17 00:00:00 2001 From: interkosmos Date: Tue, 5 Sep 2017 21:07:12 +0200 Subject: [PATCH] Fixed configuration file. --- config/example/totalstation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/example/totalstation.json b/config/example/totalstation.json index 2781988..1eaba2e 100644 --- a/config/example/totalstation.json +++ b/config/example/totalstation.json @@ -6,7 +6,7 @@ "distanceCorrector": "module.totalstation.DistanceCorrector", "fileExporter": "module.export.FileExporter", "helmertTransformer": "module.totalstation.HelmertTransformer", - "localControlServer": "module.server.LocalControlServer" + "localControlServer": "module.server.LocalControlServer", "mailAgent": "module.notification.MailAgent", "mailFormatter": "module.notification.AlertMessageFormatter", "polarTransformer": "module.totalstation.PolarTransformer", @@ -18,7 +18,7 @@ "scheduler2": "module.schedule.Scheduler", "serialMeasurementProcessor": "module.totalstation.SerialMeasurementProcessor", "shortMessageAgent": "module.notification.ShortMessageAgent", - "shortMessageFormatter": "module.notification.AlertMessageFormatter", + "shortMessageFormatter": "module.notification.AlertMessageFormatter" }, "project": { "name": "projectX",