Skip to content

Commit

Permalink
Replaces hasDependants with hasMandatoryDependents
Browse files Browse the repository at this point in the history
This changes the meaning of the Has Dependants? column to exclude optional
dependencies.
  • Loading branch information
froque committed Jan 7, 2023
1 parent d12db8a commit 7069002
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 7069002

Please sign in to comment.