aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/WaypointTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/cgeo/geocaching/WaypointTest.java')
-rw-r--r--tests/src/cgeo/geocaching/WaypointTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/WaypointTest.java b/tests/src/cgeo/geocaching/WaypointTest.java
index 974fca3..dc2853a 100644
--- a/tests/src/cgeo/geocaching/WaypointTest.java
+++ b/tests/src/cgeo/geocaching/WaypointTest.java
@@ -31,7 +31,7 @@ public class WaypointTest extends AndroidTestCase {
assertTrue(parking.compareTo(cache) < 0);
assertTrue(parking.compareTo(own) < 0);
assertTrue(parking.compareTo(trailhead) < 0);
- }
+ }
public static void testGeocode() {
final Waypoint waypoint = new Waypoint("Test waypoint", WaypointType.PARKING, false);