Skip to content

Commit 2c76303

Browse files
authored
Merge pull request #221 from TheTransitClock/tc_issue_204
Source set incorrectly.
2 parents 9961123 + f4a390f commit 2c76303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transitclock/src/main/java/org/transitclock/custom/traccar/TraccarAVLModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class TraccarAVLModule extends PollUrlAvlModule {
6060
"http://127.0.0.1:8082/api", "This is the url for the traccar server api.");
6161

6262
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");
63+
"Traccar", "This is the value recorded in the source for the AVL Report.");
6464

6565
private static final Logger logger = LoggerFactory.getLogger(TraccarAVLModule.class);
6666

0 commit comments

Comments
 (0)