Skip to content

Commit

Permalink
JENKINS-41712: Do not force @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
olhado committed Apr 6, 2017
1 parent c2636df commit 2868e5f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public String getShortDescription() {
return getName();
}

@Override
@Nonnull
public String getValue() {
return toString();
}
Expand Down

0 comments on commit 2868e5f

Please sign in to comment.