Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-22811] Remove redundant catch exception
(cherry picked from commit d58c3cd)
  • Loading branch information
christ66 authored and olivergondza committed Feb 1, 2015
1 parent ee309ef commit 937ed1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/hudson/model/ItemGroupMixIn.java
Expand Up @@ -114,8 +114,6 @@ public boolean accept(File child) {
item.onLoad(parent, subdir.getName());
}
configurations.put(key.call(item), item);
} catch (IOException e) {
Logger.getLogger(ItemGroupMixIn.class.getName()).log(Level.WARNING, "could not load " + subdir, e);
} catch (Exception e) {
Logger.getLogger(ItemGroupMixIn.class.getName()).log(Level.WARNING, "could not load " + subdir, e);
}
Expand Down

0 comments on commit 937ed1b

Please sign in to comment.