Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-45322] Follow-up to @jglick comments
  • Loading branch information
stephenc committed Jul 17, 2017
1 parent c6d4513 commit 1f39f17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions src/main/java/jenkins/branch/MultiBranchProject.java
Expand Up @@ -985,17 +985,6 @@ public void run() {
}
}

/**
* {@inheritDoc}
*/
@Override
protected boolean supportsMakeDisabled() {
if (sources == null || sources.isEmpty()) {
return false;
}
return super.supportsMakeDisabled();
}

/**
* {@inheritDoc}
*/
Expand Down
8 changes: 0 additions & 8 deletions src/main/java/jenkins/branch/OrganizationFolder.java
Expand Up @@ -328,14 +328,6 @@ public boolean isHasEvents() {
return true;
}

/**
* {@inheritDoc}
*/
@Override
protected boolean supportsMakeDisabled() {
return !navigators.isEmpty() && !projectFactories.isEmpty();
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 1f39f17

Please sign in to comment.