mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
remove unused method
This commit is contained in:
parent
2e08e4b77f
commit
47dcb8979a
1 changed files with 0 additions and 11 deletions
|
@ -2756,17 +2756,6 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
}
|
||||
}
|
||||
|
||||
private static final Pattern P_CONNECTION_ID = Pattern.compile("co=(C\\d+-\\d+)&");
|
||||
|
||||
protected static String extractConnectionId(final String link)
|
||||
{
|
||||
final Matcher m = P_CONNECTION_ID.matcher(link);
|
||||
if (m.find())
|
||||
return m.group(1);
|
||||
else
|
||||
throw new IllegalArgumentException("cannot extract id from " + link);
|
||||
}
|
||||
|
||||
private void assertResC(final XmlPullParser pp) throws XmlPullParserException, IOException
|
||||
{
|
||||
if (!XmlPullUtil.jumpToStartTag(pp, null, "ResC"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue