one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@85 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-15 20:08:52 +00:00
parent 5b62b02476
commit ff3409aa21

View file

@ -610,6 +610,8 @@ public class MvvProvider implements NetworkProvider
return "S" + line;
if (LINES.containsKey("U" + line))
return "U" + line;
if (line.startsWith("D "))
return "R" + line;
if (line.startsWith("RE "))
return "R" + line;
if (line.startsWith("RB "))