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

Commit

Permalink
[FIXED JENKINS-25167][FIXED JENKINS-25054] Do not export tooltip sinc…
Browse files Browse the repository at this point in the history
…e it requires parameter.
  • Loading branch information
uhafner committed Oct 16, 2014
1 parent 3314229 commit 7d2f63c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ protected ParserResult createResult() {
return new ParserResult();
}

@Override @Exported
@Override
public String getTooltip(final int numberOfItems) {
if (numberOfItems == 1) {
return getSingleItemTooltip();
Expand Down

0 comments on commit 7d2f63c

Please sign in to comment.