diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2012-12-26 12:59:14 +0100 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2012-12-26 12:59:14 +0100 |
| commit | e29b64e963af24f9c85c12ea110bf5255ef6fbec (patch) | |
| tree | e7e4ffbebed28023d3c1f6a42f6a1910fb1f6646 /main/src/cgeo/geocaching/cgeocoords.java | |
| parent | c29c80e9b8cccc552e6747dbcaf0c5738fadd92a (diff) | |
| download | cgeo-e29b64e963af24f9c85c12ea110bf5255ef6fbec.zip cgeo-e29b64e963af24f9c85c12ea110bf5255ef6fbec.tar.gz cgeo-e29b64e963af24f9c85c12ea110bf5255ef6fbec.tar.bz2 | |
code cleanup: remove debug code
* fixed some more issues of Findbugs and CodePro
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocoords.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgeocoords.java | 2 |
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; |
