Skip to content

Commit

Permalink
Merge pull request #36 from jenkinsci/replace_hasDependants_with_hasM…
Browse files Browse the repository at this point in the history
…andatoryDependents

Replaces hasDependants with hasMandatoryDependents
  • Loading branch information
froque authored Jan 8, 2023
2 parents a30e160 + 7069002 commit ffc1426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public PluginWrapper getPlugin()
}

public boolean hasDependants(){
return plugin.hasDependants();
return plugin.hasMandatoryDependents();
}

}

0 comments on commit ffc1426

Please sign in to comment.