aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AboutActivity.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-01-05 18:20:18 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-01-05 18:20:18 +0100
commit3f6a394c10583fc4280474f170527cd89d0649c7 (patch)
tree11a03850a5eea7c53a68c3c2d5f148f009c0fbcc /main/src/cgeo/geocaching/AboutActivity.java
parentfdcde164a52f85112c241b8197bf5de64774ad20 (diff)
downloadcgeo-3f6a394c10583fc4280474f170527cd89d0649c7.zip
cgeo-3f6a394c10583fc4280474f170527cd89d0649c7.tar.gz
cgeo-3f6a394c10583fc4280474f170527cd89d0649c7.tar.bz2
fix #3515: exception in about
Diffstat (limited to 'main/src/cgeo/geocaching/AboutActivity.java')
-rw-r--r--main/src/cgeo/geocaching/AboutActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/AboutActivity.java b/main/src/cgeo/geocaching/AboutActivity.java
index 66cb027..6cda723 100644
--- a/main/src/cgeo/geocaching/AboutActivity.java
+++ b/main/src/cgeo/geocaching/AboutActivity.java
@@ -202,7 +202,6 @@ public class AboutActivity extends AbstractViewPagerActivity<AboutActivity.Page>
scanner = new Scanner(ins, CharEncoding.UTF_8);
result = scanner.useDelimiter("\\A").next();
IOUtils.closeQuietly(ins);
- IOUtils.closeQuietly(scanner);
} finally {
if (scanner != null) {
scanner.close();