mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
get rid of currentTime
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@182 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f8ebbc4054
commit
e6c677f72a
9 changed files with 9 additions and 14 deletions
|
@ -600,7 +600,7 @@ public final class VbbProvider implements NetworkProvider
|
|||
}
|
||||
}
|
||||
|
||||
return new QueryDeparturesResult(uri, stationId, location, currentTime, departures);
|
||||
return new QueryDeparturesResult(uri, stationId, location, departures);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue