Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added another test for JENKINS-28983
  • Loading branch information
MadsNielsen committed Aug 27, 2015
1 parent a20a2e0 commit f3fcb30
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -91,4 +91,8 @@ public String toString() {
public void setDescription(String description) {
this.description = description;
}

public String getDescription() {
return this.description;
}
}

0 comments on commit f3fcb30

Please sign in to comment.