aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocoords.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocoords.java')
-rw-r--r--main/src/cgeo/geocaching/cgeocoords.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgeocoords.java b/main/src/cgeo/geocaching/cgeocoords.java
index 1cf9630..0c2ffbf 100644
--- a/main/src/cgeo/geocaching/cgeocoords.java
+++ b/main/src/cgeo/geocaching/cgeocoords.java
@@ -378,6 +378,8 @@ public class cgeocoords extends Dialog {
break;
case Plain:
// This case has been handled above
+ default:
+ throw new IllegalArgumentException();
}
return true;