Skip to content

Commit

Permalink
[JENKINS-34691] Noting core version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Mar 15, 2017
1 parent 15a447f commit 7b2dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jenkins/branch/MultiBranchProject.java
Expand Up @@ -2238,7 +2238,7 @@ public final XmlFile getStateFile() {
*/
@Extension
public static class CopyItemVeto extends ItemListener {
//@Override // TODO once Jenkins core has JENKINS-34691 merged
//@Override // TODO once Jenkins 2.51+ which has JENKINS-34691 merged
public void onCheckCopy(Item item, ItemGroup parent) throws Failure {
if (item.getParent() instanceof MultiBranchProject) {
throw new Failure(Messages.MultiBranchProject_CopyItemVeto_reason());
Expand Down

0 comments on commit 7b2dafd

Please sign in to comment.