fixed 'Sitzenbleiber'

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@70 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-12 13:36:47 +00:00
parent ff8066ff14
commit 03f042ad90

View file

@ -430,12 +430,12 @@ public class MvvProvider implements NetworkProvider
lastArrival = arrival; lastArrival = arrival;
} }
} }
}
else else
{ {
throw new IllegalArgumentException("cannot parse '" + set + "' on " + uri); throw new IllegalArgumentException("cannot parse '" + set + "' on " + uri);
} }
} }
}
if (firstDepartureTime == null && lastArrivalTime == null && parts.size() == 1 && parts.get(0) instanceof Connection.Footway) if (firstDepartureTime == null && lastArrivalTime == null && parts.size() == 1 && parts.get(0) instanceof Connection.Footway)
{ {