Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[JENKINS-12424] Pulled up tool tips.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 8, 2012
1 parent a530b8e commit 27ced48
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/hudson/plugins/warnings/WarningsResultAction.java
Expand Up @@ -90,14 +90,4 @@ public String getLargeImage() {
protected PluginDescriptor getDescriptor() {
return new WarningsDescriptor();
}

@Override
public String getMultipleItemsTooltip(final int numberOfItems) {
return Messages.Warnings_ResultAction_MultipleWarnings(numberOfItems);
}

@Override
public String getSingleItemTooltip() {
return Messages.Warnings_ResultAction_OneWarning();
}
}

0 comments on commit 27ced48

Please sign in to comment.