mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +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
|
@ -521,7 +521,7 @@ public class SbbProvider implements NetworkProvider
|
|||
}
|
||||
}
|
||||
|
||||
return new QueryDeparturesResult(uri, locationId, location, currentTime, departures);
|
||||
return new QueryDeparturesResult(uri, locationId, location, departures);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue