parse lineLink for Germany

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@179 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-22 18:52:34 +00:00
parent 76026f46ce
commit 5812a35d67
6 changed files with 55 additions and 39 deletions

View file

@ -589,7 +589,7 @@ public final class VbbProvider implements NetworkProvider
final String destination = ParserUtils.resolveEntities(mDepFine.group(live ? 4 : 5));
final Departure dep = new Departure(plannedTime, predictedTime, line, line != null ? LINES.get(line) : null, position,
final Departure dep = new Departure(plannedTime, predictedTime, line, line != null ? LINES.get(line) : null, null, position,
destinationId, destination, null);
if (!departures.contains(dep))
departures.add(dep);