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

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