Skip to content

Commit

Permalink
Revert "Merge pull request #2228 from Vlatombe/JENKINS-21486-follow-up"
Browse files Browse the repository at this point in the history
This reverts commit 0846358, reversing
changes made to 2c9adc9.
  • Loading branch information
daniel-beck committed Apr 6, 2016
1 parent 4cb3f4e commit 4d0143b
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 @@ -590,7 +590,7 @@ public boolean hasLicensesXml() {
if (!disabledDependencies.isEmpty()) {
boolean plural = disabledDependencies.size() > 1;
messageBuilder.append(plural ? "Dependencies " : "Dependency ")
.append(Util.join(disabledDependencies, ", "))
.append(Util.join(missingDependencies, ", "))
.append(" ").append(plural ? "are" : "is")
.append(" disabled. ");
}
Expand Down

0 comments on commit 4d0143b

Please sign in to comment.