diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-04-20 15:12:31 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-04-20 15:12:31 +0200 |
| commit | e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2 (patch) | |
| tree | 0a0e5cf972e705e6c6738c615591375edef01769 /main/src/cgeo/geocaching/geopoint/GeopointFormatter.java | |
| parent | 24f45d4113155204ce928948ec0d11f565528560 (diff) | |
| download | cgeo-e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2.zip cgeo-e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2.tar.gz cgeo-e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2.tar.bz2 | |
Refactoring: move Direction out of Geopoint
Directions deserve their own package to make it clearer of who use them.
Diffstat (limited to 'main/src/cgeo/geocaching/geopoint/GeopointFormatter.java')
| -rw-r--r-- | main/src/cgeo/geocaching/geopoint/GeopointFormatter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java index d0baee9..43f83a3 100644 --- a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java +++ b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java @@ -1,7 +1,7 @@ package cgeo.geocaching.geopoint; -import cgeo.geocaching.geopoint.Geopoint.DMM; -import cgeo.geocaching.geopoint.Geopoint.DMS; +import cgeo.geocaching.geopoint.direction.DMM; +import cgeo.geocaching.geopoint.direction.DMS; import java.util.Locale; |
