aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/googlemaps/googleGeoPoint.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/googlemaps/googleGeoPoint.java')
-rw-r--r--src/cgeo/geocaching/googlemaps/googleGeoPoint.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cgeo/geocaching/googlemaps/googleGeoPoint.java b/src/cgeo/geocaching/googlemaps/googleGeoPoint.java
index a22e7d4..2c72d60 100644
--- a/src/cgeo/geocaching/googlemaps/googleGeoPoint.java
+++ b/src/cgeo/geocaching/googlemaps/googleGeoPoint.java
@@ -6,8 +6,8 @@ import com.google.android.maps.GeoPoint;
public class googleGeoPoint extends GeoPoint implements GeoPointImpl {
- public googleGeoPoint(int latitudeE6, int longitudeE6) {
- super(latitudeE6, longitudeE6);
- }
+ public googleGeoPoint(int latitudeE6, int longitudeE6) {
+ super(latitudeE6, longitudeE6);
+ }
}