aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2011-09-14 21:42:32 +0200
committerSammysHP <sven@sammyshp.de>2011-09-14 21:42:32 +0200
commit4f7c67407019de18fd53b640edb9682a346fbfef (patch)
tree5a1d10843e8f5104e4202211f4792b5bfe830cb6 /src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java
parent90e7bf968f6722b8df8b884f37617e7fc78901b5 (diff)
downloadcgeo-4f7c67407019de18fd53b640edb9682a346fbfef.zip
cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.tar.gz
cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.tar.bz2
Formatting
Diffstat (limited to 'src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java')
-rw-r--r--src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java b/src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java
index 10d36ee..cad29f7 100644
--- a/src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java
+++ b/src/cgeo/geocaching/mapinterfaces/MapProjectionImpl.java
@@ -5,13 +5,14 @@ import android.graphics.Point;
/**
* Defines common functions of the provider-specific
* MapProjection implementations
+ *
* @author rsudev
- *
+ *
*/
public interface MapProjectionImpl {
-
- Object getImpl();
- void toPixels(GeoPointImpl leftGeo, Point left);
+ Object getImpl();
+
+ void toPixels(GeoPointImpl leftGeo, Point left);
}