git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@913 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-28 13:42:10 +00:00
parent 90325bbb84
commit c0185efd98

View file

@ -1929,10 +1929,10 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
}
}
throw new IllegalStateException("cannot normalize type " + type + " number " + number + " line#type " + lineAndType);
throw new IllegalStateException("cannot normalize type '" + type + "' number '" + number + "' line#type '" + lineAndType + "'");
}
throw new IllegalStateException("cannot normalize line#type " + lineAndType);
throw new IllegalStateException("cannot normalize line#type '" + lineAndType + "'");
}
private static final Pattern P_CONNECTION_ID = Pattern.compile("co=(C\\d+-\\d+)&");