ZOB (Zentraler Omnibusbahnhof) is a non-unique name.

This commit is contained in:
Andreas Schildbach 2014-05-20 18:29:37 +02:00
parent 25d25fd839
commit f60ed08767

View file

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