mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
fixed cannot handle cablecar
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@708 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
6f5fab44a1
commit
cb4c9907e7
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ public class VbbProvider extends AbstractHafasProvider
|
|||
{
|
||||
productBits.setCharAt(4, '1');
|
||||
}
|
||||
else if (product == 'C')
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new IllegalArgumentException("cannot handle: " + product);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue