Skip to content

Commit

Permalink
[JENKINS-41004] Code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 27, 2017
1 parent 244d3a5 commit ae55e47
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -200,7 +200,7 @@ public <C extends IdCredentials> ListBoxModel getCredentialIds(@NonNull Class<C>
}
}
if (itemGroup instanceof Item) {
itemGroup = Item.class.cast(itemGroup).getParent();
itemGroup = ((Item)itemGroup).getParent();
} else {
break;
}
Expand Down

0 comments on commit ae55e47

Please sign in to comment.