mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
fixed NPE
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@190 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
be28226673
commit
d52cbe5b93
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ public class OebbProvider implements NetworkProvider
|
|||
final String linkLater = mHead.group(5) != null ? ParserUtils.resolveEntities(mHead.group(5)) : null;
|
||||
final List<Connection> connections = new ArrayList<Connection>();
|
||||
|
||||
Date lastDate = null;
|
||||
Date lastDate = currentDate;
|
||||
|
||||
final Matcher mConCoarse = P_CONNECTIONS_COARSE.matcher(page);
|
||||
while (mConCoarse.find())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue