diff options
author | blafoo <github@blafoo.de> | 2011-10-26 16:52:36 +0200 |
---|---|---|
committer | blafoo <github@blafoo.de> | 2011-10-26 23:25:40 +0200 |
commit | a7824dc9af750ebb771e4343423eac1225f9645b (patch) | |
tree | 70ce833ba7583b6be1a4f76459ae80820599fdc7 /tests/src/cgeo/geocaching/geopoint | |
parent | 02701ff1964407b780b8c0be0d69d513ed1cce85 (diff) | |
download | cgeo-a7824dc9af750ebb771e4343423eac1225f9645b.zip cgeo-a7824dc9af750ebb771e4343423eac1225f9645b.tar.gz cgeo-a7824dc9af750ebb771e4343423eac1225f9645b.tar.bz2 |
No direct access to fields
Diffstat (limited to 'tests/src/cgeo/geocaching/geopoint')
-rw-r--r-- | tests/src/cgeo/geocaching/geopoint/DistanceParserTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/geopoint/DistanceParserTest.java b/tests/src/cgeo/geocaching/geopoint/DistanceParserTest.java index 357d34c..52a1080 100644 --- a/tests/src/cgeo/geocaching/geopoint/DistanceParserTest.java +++ b/tests/src/cgeo/geocaching/geopoint/DistanceParserTest.java @@ -1,7 +1,5 @@ package cgeo.geocaching.geopoint; -import cgeo.geocaching.geopoint.DistanceParser; - import android.test.AndroidTestCase; import junit.framework.Assert; |