Skip to content

Commit

Permalink
JENKINS-41712: Update getvalue( ) to return String
Browse files Browse the repository at this point in the history
  • Loading branch information
olhado committed Apr 6, 2017
1 parent 2b292f4 commit c2636df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public String getShortDescription() {
}

@Override
public Object getValue() {
public String getValue() {
return toString();
}
}

0 comments on commit c2636df

Please sign in to comment.