mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 20:49:50 +00:00
quotes
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@913 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
90325bbb84
commit
c0185efd98
1 changed files with 2 additions and 2 deletions
|
@ -1929,10 +1929,10 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
}
|
||||
}
|
||||
|
||||
throw new IllegalStateException("cannot normalize type " + type + " number " + number + " line#type " + lineAndType);
|
||||
throw new IllegalStateException("cannot normalize type '" + type + "' number '" + number + "' line#type '" + lineAndType + "'");
|
||||
}
|
||||
|
||||
throw new IllegalStateException("cannot normalize line#type " + lineAndType);
|
||||
throw new IllegalStateException("cannot normalize line#type '" + lineAndType + "'");
|
||||
}
|
||||
|
||||
private static final Pattern P_CONNECTION_ID = Pattern.compile("co=(C\\d+-\\d+)&");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue