aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleOverlay.java
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-12-26 12:59:14 +0100
committerBananeweizen <Bananeweizen@gmx.de>2012-12-26 12:59:14 +0100
commite29b64e963af24f9c85c12ea110bf5255ef6fbec (patch)
treee7e4ffbebed28023d3c1f6a42f6a1910fb1f6646 /main/src/cgeo/geocaching/maps/google/GoogleOverlay.java
parentc29c80e9b8cccc552e6747dbcaf0c5738fadd92a (diff)
downloadcgeo-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/maps/google/GoogleOverlay.java')
-rw-r--r--main/src/cgeo/geocaching/maps/google/GoogleOverlay.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleOverlay.java b/main/src/cgeo/geocaching/maps/google/GoogleOverlay.java
index d86eafe..773f9ff 100644
--- a/main/src/cgeo/geocaching/maps/google/GoogleOverlay.java
+++ b/main/src/cgeo/geocaching/maps/google/GoogleOverlay.java
@@ -27,6 +27,9 @@ public class GoogleOverlay extends Overlay implements OverlayImpl {
break;
case ScaleOverlay:
overlayBase = new ScaleOverlay(activityIn, this);
+ break;
+ default:
+ throw new IllegalArgumentException();
}
}