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:
andreas.schildbach 2010-08-10 10:37:37 +00:00
parent 5510ccbf6b
commit 6f1ecafcb2
8 changed files with 169 additions and 25 deletions

View file

@ -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);
}
}