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:
andreas.schildbach@gmail.com 2011-06-18 19:53:46 +00:00
parent 6f5fab44a1
commit cb4c9907e7

View file

@ -86,6 +86,9 @@ public class VbbProvider extends AbstractHafasProvider
{
productBits.setCharAt(4, '1');
}
else if (product == 'C')
{
}
else
{
throw new IllegalArgumentException("cannot handle: " + product);