aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/geopoint
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-11-09 18:11:26 +0100
committerSamuel Tardieu <sam@rfc1149.net>2011-11-09 18:12:28 +0100
commitbdc0336e435707729b5fde1d03b29b132ea6402c (patch)
treef7c3142f6914597f9ee092eb0b3008ccab59a158 /main/src/cgeo/geocaching/geopoint
parent58457fb225779c9e71162ae78a5559faee0c18d5 (diff)
downloadcgeo-bdc0336e435707729b5fde1d03b29b132ea6402c.zip
cgeo-bdc0336e435707729b5fde1d03b29b132ea6402c.tar.gz
cgeo-bdc0336e435707729b5fde1d03b29b132ea6402c.tar.bz2
Make GeopointFormatter.Format static
Diffstat (limited to 'main/src/cgeo/geocaching/geopoint')
-rw-r--r--main/src/cgeo/geocaching/geopoint/GeopointFormatter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java
index 052dfb2..133e6e3 100644
--- a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java
+++ b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java
@@ -10,7 +10,7 @@ public class GeopointFormatter
/**
* Predefined formats.
*/
- public enum Format {
+ public static enum Format {
/** Example: "-0,123456 10,123456" */
LAT_LON_DECDEGREE,
/** Example: "-0.123456,10.123456" (unlocalized) */