refactor pte to use int,int for coordinates

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@219 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-02 14:51:43 +00:00
parent 135b07f59e
commit 9af8c00ede
17 changed files with 69 additions and 106 deletions

View file

@ -59,7 +59,7 @@ public class GvhProvider extends AbstractEfaProvider
}
@Override
protected String nearbyLatLonUri(final double lat, final double lon)
protected String nearbyLatLonUri(final int lat, final int lon)
{
return null;
}