Skip to content

Commit

Permalink
toString() Adjustment for log clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Crain-32 authored Nov 25, 2024
1 parent 015400c commit a707b74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public int compareTo(Object that) {

@Override
public String toString() {
return "DefaultEndpoint{ serviceUrl='" + serviceUrl + '}';
return "DefaultEndpoint{ serviceUrl='" + serviceUrl + " '}";
}
}

0 comments on commit a707b74

Please sign in to comment.