Skip to content
This repository has been archived by the owner on Feb 26, 2020. 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 933785d commit 4c0aed3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/hudson/plugins/pmd/PmdResultAction.java
Expand Up @@ -52,14 +52,4 @@ public String getDisplayName() {
protected PluginDescriptor getDescriptor() {
return new PmdDescriptor();
}

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

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

0 comments on commit 4c0aed3

Please sign in to comment.