diff --git a/enabler/src/de/schildbach/pte/dto/Location.java b/enabler/src/de/schildbach/pte/dto/Location.java index 288a4fb1..31d185cb 100644 --- a/enabler/src/de/schildbach/pte/dto/Location.java +++ b/enabler/src/de/schildbach/pte/dto/Location.java @@ -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);