Skip to content

Commit

Permalink
Fix constructor to make test passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
risik committed Jun 6, 2015
1 parent d8ae54f commit c1b9245
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ public class HelloSayer {
private String whom;

public HelloSayer(String whom) {

this.whom = whom;
}

public String getWhom() {
Expand Down

0 comments on commit c1b9245

Please sign in to comment.