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:
andreas.schildbach 2010-09-23 11:17:38 +00:00
parent f8ebbc4054
commit e6c677f72a
9 changed files with 9 additions and 14 deletions

View file

@ -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
{