commit | 754dcd5e664e8ff3d1f006442d42711b57bb1fb9 | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Sat Jun 06 18:14:22 2015 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Sat Jun 06 18:34:17 2015 +0200 |
tree | b62b858824bd655d4e5ce07e0d0a34758a5e8748 | |
parent | 600679ef41f6438cfc3ba5ae409aa853a0974577 [diff] |
Drop unneeded catch blocks Since MissingObjectException and IncorrectObjectTypeException are all IOExceptions too, and we catch IOExceptions anyways, we merge the three catches into one, as they all do the same thing. Thereby, the code gets clearer. Change-Id: Ib76f237e227aeecc997c21ab99b2c31ec2e3f3d2