diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2011-11-09 18:11:26 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2011-11-09 18:12:28 +0100 |
commit | bdc0336e435707729b5fde1d03b29b132ea6402c (patch) | |
tree | f7c3142f6914597f9ee092eb0b3008ccab59a158 /main/src/cgeo/geocaching/geopoint | |
parent | 58457fb225779c9e71162ae78a5559faee0c18d5 (diff) | |
download | cgeo-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.java | 2 |
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) */ |