aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/EditWaypointActivity.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-08-26 18:56:59 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-08-26 18:56:59 +0200
commitc373effbc49b5b1d9443a84f9fa234be371cdf4a (patch)
treeccac5d2564d16e48054a0b79f5defe67ae4a5dd1 /main/src/cgeo/geocaching/EditWaypointActivity.java
parent1bdbb52841f11559fe8d4ab69c27ef6ed3521d43 (diff)
downloadcgeo-c373effbc49b5b1d9443a84f9fa234be371cdf4a.zip
cgeo-c373effbc49b5b1d9443a84f9fa234be371cdf4a.tar.gz
cgeo-c373effbc49b5b1d9443a84f9fa234be371cdf4a.tar.bz2
refactoring: findbugs cleanup
* don't catch raw exceptions
Diffstat (limited to 'main/src/cgeo/geocaching/EditWaypointActivity.java')
-rw-r--r--main/src/cgeo/geocaching/EditWaypointActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/EditWaypointActivity.java b/main/src/cgeo/geocaching/EditWaypointActivity.java
index 56ee959..59666e9 100644
--- a/main/src/cgeo/geocaching/EditWaypointActivity.java
+++ b/main/src/cgeo/geocaching/EditWaypointActivity.java
@@ -114,7 +114,7 @@ public class EditWaypointActivity extends AbstractActivity {
if (own) {
initializeWaypointTypeSelector();
}
- } catch (Exception e) {
+ } catch (RuntimeException e) {
Log.e("EditWaypointActivity.loadWaypointHandler", e);
} finally {
if (waitDialog != null) {