diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2011-12-02 20:10:56 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2011-12-02 20:10:56 +0100 |
| commit | 1e9926c8ba132073f65b5d0ea3e5f68f8533bafd (patch) | |
| tree | 7e3a656682f2a3975ce11c45326cd81f6d5f187b /main/src/cgeo/geocaching/files | |
| parent | de27ffc3250f8cc753b0ff4a97114808319b8ecc (diff) | |
| download | cgeo-1e9926c8ba132073f65b5d0ea3e5f68f8533bafd.zip cgeo-1e9926c8ba132073f65b5d0ea3e5f68f8533bafd.tar.gz cgeo-1e9926c8ba132073f65b5d0ea3e5f68f8533bafd.tar.bz2 | |
refactoring: clean some TODOs in the code
Diffstat (limited to 'main/src/cgeo/geocaching/files')
| -rw-r--r-- | main/src/cgeo/geocaching/files/LocalStorage.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/files/LocalStorage.java b/main/src/cgeo/geocaching/files/LocalStorage.java index 932bbf7..c127e89 100644 --- a/main/src/cgeo/geocaching/files/LocalStorage.java +++ b/main/src/cgeo/geocaching/files/LocalStorage.java @@ -191,8 +191,7 @@ public class LocalStorage { try { input.close(); } catch (IOException e1) { - // TODO Auto-generated catch block - e1.printStackTrace(); + // ignore } } return false; |
