From f60ed087670a05439901d20f27a2ef62b30cb9fc Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 20 May 2014 18:29:37 +0200 Subject: [PATCH] ZOB (Zentraler Omnibusbahnhof) is a non-unique name. --- enabler/src/de/schildbach/pte/dto/Location.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enabler/src/de/schildbach/pte/dto/Location.java b/enabler/src/de/schildbach/pte/dto/Location.java index 5ec71fae..288a4fb1 100644 --- a/enabler/src/de/schildbach/pte/dto/Location.java +++ b/enabler/src/de/schildbach/pte/dto/Location.java @@ -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);