Skip to content

Commit

Permalink
Merge pull request #2228 from Vlatombe/JENKINS-21486-follow-up
Browse files Browse the repository at this point in the history
[JENKINS-21486] Follow-up
  • Loading branch information
daniel-beck committed Apr 6, 2016
2 parents 2c9adc9 + 754fcf9 commit 0846358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/PluginWrapper.java
Expand Up @@ -600,7 +600,7 @@ public boolean hasLicensesXml() {
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. ");
}
Expand Down

0 comments on commit 0846358

Please sign in to comment.