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 fbbb1fe commit 0942328
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -52,14 +52,4 @@ public String getDisplayName() {
protected PluginDescriptor getDescriptor() {
return new FindBugsDescriptor();
}

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

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

0 comments on commit 0942328

Please sign in to comment.