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 3b34bf6 commit e0c7b51
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/hudson/plugins/dry/DryResultAction.java
Expand Up @@ -52,14 +52,4 @@ public String getDisplayName() {
protected PluginDescriptor getDescriptor() {
return new DryDescriptor();
}

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

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

0 comments on commit e0c7b51

Please sign in to comment.