mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
fixed 'Sitzenbleiber'
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@70 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
ff8066ff14
commit
03f042ad90
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue