don't log exception twice

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@878 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-21 10:15:18 +00:00
parent 23b422ced5
commit 80880b9dd5

View file

@ -193,10 +193,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
}
catch (final JSONException x)
{
x.printStackTrace();
throw new RuntimeException("cannot parse: '" + page + "' on " + uri, x);
}
}
protected List<Location> xmlStopfinderRequest(final Location constraint) throws IOException