Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix my bad missed to add continue;
  • Loading branch information
olamy committed Apr 10, 2014
1 parent 74bf682 commit d46b17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/ItemGroupMixIn.java
Expand Up @@ -108,6 +108,7 @@ public boolean accept(File child) {
item = (V) Items.load( parent, subdir );
}else{
Logger.getLogger( ItemGroupMixIn.class.getName() ).log( Level.WARNING, "could not find file " + xmlFile.getFile());
continue;
}
} else {
item.onLoad(parent, subdir.getName());
Expand Down

0 comments on commit d46b17e

Please sign in to comment.