Skip to content

Commit

Permalink
Don't use getClass()
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 11, 2024
1 parent 4974223 commit ed76a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected void runPolling() throws InterruptedException {
@Override
public String toString() {
return ToStringBuilder
.of(this.getClass())
.of(SiriSXUpdater.class)
.addStr("url", url)
.addDuration("frequency", pollingPeriod())
.toString();
Expand Down

0 comments on commit ed76a4d

Please sign in to comment.