mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Remove Location.toDebugString(), use toString() instead.
This commit is contained in:
parent
f2b0467f6b
commit
1b987a6b72
29 changed files with 31 additions and 36 deletions
|
@ -63,7 +63,7 @@ public abstract class AbstractProviderLiveTest
|
|||
{
|
||||
System.out.print(autocompletes.size() + " ");
|
||||
for (final Location autocomplete : autocompletes)
|
||||
System.out.print(autocomplete.toDebugString() + " ");
|
||||
System.out.print(autocomplete + " ");
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue