mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
cleanup
This commit is contained in:
parent
576afe6c19
commit
5a8d2444af
1 changed files with 0 additions and 8 deletions
|
@ -71,14 +71,6 @@ public class NasaProvider extends AbstractHafasProvider
|
|||
return 'B';
|
||||
if (value == 128) // Rufbus
|
||||
return 'P';
|
||||
// if (value == 256)
|
||||
// return 0;
|
||||
// if (value == 512)
|
||||
// return 0;
|
||||
// if (value == 1024) // Autoreisezug
|
||||
// return 0;
|
||||
// if (value == 2048)
|
||||
// return 0;
|
||||
|
||||
throw new IllegalArgumentException("cannot handle: " + value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue