提交 0846358b 编写于 作者: D Daniel Beck

Merge pull request #2228 from Vlatombe/JENKINS-21486-follow-up

[JENKINS-21486] Follow-up
......@@ -600,7 +600,7 @@ public class PluginWrapper implements Comparable<PluginWrapper>, ModelObject {
if (!disabledDependencies.isEmpty()) {
boolean plural = disabledDependencies.size() > 1;
messageBuilder.append(plural ? "Dependencies " : "Dependency ")
.append(Util.join(missingDependencies, ", "))
.append(Util.join(disabledDependencies, ", "))
.append(" ").append(plural ? "are" : "is")
.append(" disabled. ");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册