We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9961123 + f4a390f commit 2c76303Copy full SHA for 2c76303
transitclock/src/main/java/org/transitclock/custom/traccar/TraccarAVLModule.java
@@ -60,7 +60,7 @@ public class TraccarAVLModule extends PollUrlAvlModule {
60
"http://127.0.0.1:8082/api", "This is the url for the traccar server api.");
61
62
private static StringConfigValue traccarSource = new StringConfigValue("transitclock.avl.traccar.source",
63
- "This is the value recorded in the source for the AVL Report." + "is used.", "Traccar");
+ "Traccar", "This is the value recorded in the source for the AVL Report.");
64
65
private static final Logger logger = LoggerFactory.getLogger(TraccarAVLModule.class);
66
0 commit comments