diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/test/GeoPointParserTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/test/GeoPointParserTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/test/GeoPointParserTest.java b/tests/src/cgeo/geocaching/test/GeoPointParserTest.java index 86387f2..e6eb0e8 100644 --- a/tests/src/cgeo/geocaching/test/GeoPointParserTest.java +++ b/tests/src/cgeo/geocaching/test/GeoPointParserTest.java @@ -7,6 +7,7 @@ import android.test.AndroidTestCase; import junit.framework.Assert; +@SuppressWarnings("static-method") public class GeoPointParserTest extends AndroidTestCase { private static final double refLongitude = 8.0 + 38.564 / 60.0; |
