mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
parse SBB connection overview
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@59 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
5510ccbf6b
commit
6f1ecafcb2
8 changed files with 169 additions and 25 deletions
|
@ -201,4 +201,9 @@ public final class ParserUtils
|
|||
throw new RuntimeException(x);
|
||||
}
|
||||
}
|
||||
|
||||
public static String extractId(final String link)
|
||||
{
|
||||
return link.substring(link.length() - 10);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue