Remove unnecessary redundant catch blocks
commit434f1dbf12e8394f061b9fe654c776ea6e1b5d97
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 1 Mar 2015 23:09:03 +0000 (2 00:09 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 2 Mar 2015 10:14:09 +0000 (2 11:14 +0100)
tree8dabbdac640f469c3e5e9f6bf583d070d15b705c
parent925177d6bdf53aa9e60d62279aa8112ba0ade2ec
Remove unnecessary redundant catch blocks

All these catch blocks where catching subclasses of IOException but
handling all of them in the same way.

Change-Id: Ibbbd1c4e68ce39f692fe788c2fe6a26c13c16945
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/tree/command/ImportChangedProjectsCommand.java