mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
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:
parent
ca78111351
commit
6603880c56
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class SbbProvider extends AbstractHafasProvider
|
||||||
}
|
}
|
||||||
else if (product == 'U' || product == 'T')
|
else if (product == 'U' || product == 'T')
|
||||||
{
|
{
|
||||||
productBits.setCharAt(7, '1'); // Tram/Metro
|
productBits.setCharAt(9, '1'); // Tram/Metro
|
||||||
}
|
}
|
||||||
else if (product == 'B' || product == 'P')
|
else if (product == 'B' || product == 'P')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue