mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 16:39:49 +00:00
build date is not part of the server version
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@778 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
54d21f4d09
commit
20c781dc87
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
pp.setInput(is, DEFAULT_ENCODING);
|
||||
|
||||
assertResC(pp);
|
||||
final String product = XmlPullUtil.attr(pp, "prod");
|
||||
final String product = XmlPullUtil.attr(pp, "prod").split(" ")[0];
|
||||
final ResultHeader header = new ResultHeader(SERVER_PRODUCT, product, 0, null);
|
||||
XmlPullUtil.enter(pp, "ResC");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue