mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
Added 'Bf' to names that need places in their unique form.
This commit is contained in:
parent
599029b261
commit
7f9755d896
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ public final class Location implements Serializable
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Busbahnhof", "ZOB", "Dorf", "Kirche", "Nord", "Ost", "Süd",
|
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Bf", "Busbahnhof", "ZOB", "Dorf", "Kirche", "Nord", "Ost",
|
||||||
"West" };
|
"Süd", "West" };
|
||||||
static
|
static
|
||||||
{
|
{
|
||||||
Arrays.sort(NON_UNIQUE_NAMES);
|
Arrays.sort(NON_UNIQUE_NAMES);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue