Added 'Bf' to names that need places in their unique form.

This commit is contained in:
Andreas Schildbach 2014-06-29 18:13:00 +02:00
parent 599029b261
commit 7f9755d896

View file

@ -105,8 +105,8 @@ public final class Location implements Serializable
return false;
}
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Busbahnhof", "ZOB", "Dorf", "Kirche", "Nord", "Ost", "Süd",
"West" };
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Bf", "Busbahnhof", "ZOB", "Dorf", "Kirche", "Nord", "Ost",
"Süd", "West" };
static
{
Arrays.sort(NON_UNIQUE_NAMES);