fixed missing tram

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@717 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-06-22 13:23:18 +00:00
parent ca78111351
commit 6603880c56

View file

@ -77,7 +77,7 @@ public class SbbProvider extends AbstractHafasProvider
}
else if (product == 'U' || product == 'T')
{
productBits.setCharAt(7, '1'); // Tram/Metro
productBits.setCharAt(9, '1'); // Tram/Metro
}
else if (product == 'B' || product == 'P')
{