mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
fixed parsing of 'invalid date'
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@555 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
838b7fbf19
commit
c2b541e745
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ public final class BvgProvider extends AbstractHafasProvider
|
|||
|
||||
private static final Pattern P_CHECK_CONNECTIONS_ERROR = Pattern.compile("(zu dicht beieinander|mehrfach vorhanden oder identisch)|"
|
||||
+ "(keine geeigneten Haltestellen)|(keine Verbindung gefunden)|"
|
||||
+ "(derzeit nur Auskünfte vom)|(zwischenzeitlich nicht mehr gespeichert)|(http-equiv=\"refresh\")", Pattern.CASE_INSENSITIVE);
|
||||
+ "(derzeit nur Auskünfte vom)|(zwischenzeitlich nicht mehr gespeichert)|(http-equiv=\"refresh\")", Pattern.CASE_INSENSITIVE);
|
||||
|
||||
private QueryConnectionsResult queryConnections(final String firstUri, CharSequence firstPage) throws IOException
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue