Skip to content

Commit

Permalink
Merge pull request #221 from TheTransitClock/tc_issue_204
Browse files Browse the repository at this point in the history
Source set incorrectly.
  • Loading branch information
scrudden authored Dec 9, 2020
2 parents 9961123 + f4a390f commit 2c76303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class TraccarAVLModule extends PollUrlAvlModule {
"http://127.0.0.1:8082/api", "This is the url for the traccar server api.");

private static StringConfigValue traccarSource = new StringConfigValue("transitclock.avl.traccar.source",
"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.");

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

Expand Down

0 comments on commit 2c76303

Please sign in to comment.