Skip to content

Commit

Permalink
Update application/src/main/java/org/opentripplanner/updater/siri/upd…
Browse files Browse the repository at this point in the history
…ater/SiriETUpdater.java

Co-authored-by: Thomas Gran <[email protected]>
  • Loading branch information
leonardehrenfried and t2gran authored Dec 11, 2024
1 parent be21d1a commit 6e17055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void runPolling() {
@Override
public String toString() {
return ToStringBuilder
.of(this.getClass())
.of(SiriETUpdater.class)
.addStr("source", updateSource.toString())
.addDuration("frequency", pollingPeriod())
.toString();
Expand Down

0 comments on commit 6e17055

Please sign in to comment.