diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-02-14 06:03:19 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-02-14 06:03:19 +0100 |
| commit | de1b9e285c6d95cb06a81071812e03a35062a71a (patch) | |
| tree | 9bf778dfae21c2822e6f4d6ea6af3e4140211cd2 /main | |
| parent | 605d14aad4f3431a8028d83e02afbdb3ee71191f (diff) | |
| download | cgeo-de1b9e285c6d95cb06a81071812e03a35062a71a.zip cgeo-de1b9e285c6d95cb06a81071812e03a35062a71a.tar.gz cgeo-de1b9e285c6d95cb06a81071812e03a35062a71a.tar.bz2 | |
refactoring: don't suppress warnings on method level
Diffstat (limited to 'main')
| -rw-r--r-- | main/src/cgeo/geocaching/geopoint/GeopointFormatter.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java index 1aad335..c4cfb8c 100644 --- a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java +++ b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java @@ -54,7 +54,6 @@ public class GeopointFormatter * one of the predefined formats * @return the formatted coordinates */ - @SuppressWarnings("boxing") public static String format(final Format format, final Geopoint gp) { final double latSigned = gp.getLatitude(); |
