Error: Double.doubletoLongBits() not supported by GWTError:

Double.doubletoLongBits() not supported by GWT
This commit is contained in:
Lennart Hensler
2012-01-17 15:40:39 +01:00
parent 18fb375256
commit d3c659a1a5
3 changed files with 30 additions and 33 deletions
@@ -167,7 +167,7 @@ public class ReverseGeocoderImpl implements ReverseGeocoder {
} catch (ClassCastException e) {
lngDeg = ((Long) json.get("lng")).doubleValue();
}
SerializablePosition position = new SerializablePositionImpl(latDeg, lngDeg);
// SerializablePosition position = new SerializablePositionImpl(latDeg, lngDeg);
long population = (Long) json.get("population");