mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
get rid of unused line in connection top-level DTO
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@457 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
91d310b1dd
commit
c6815f3f21
7 changed files with 19 additions and 31 deletions
|
@ -409,8 +409,8 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
: overviewDepartureDate, ParserUtils.parseTime(mConFine.group(4)));
|
||||
final String link = allDetailsUri; // TODO use print link?
|
||||
|
||||
final Connection connection = new Connection(id, link, overviewDepartureTime, overviewArrivalTime, null, 0, from.name, 0,
|
||||
to.name, new ArrayList<Connection.Part>(1), null);
|
||||
final Connection connection = new Connection(id, link, overviewDepartureTime, overviewArrivalTime, 0, from.name, 0, to.name,
|
||||
new ArrayList<Connection.Part>(1), null);
|
||||
connections.add(connection);
|
||||
|
||||
final Matcher mDetCoarse = P_CONNECTION_DETAILS_COARSE.matcher(details);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue