Skip to content

Commit

Permalink
Add implementation for method getWhom.
Browse files Browse the repository at this point in the history
The project become compilable but test fails.
  • Loading branch information
risik committed Jun 6, 2015
1 parent 9496ef2 commit d8ae54f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
* Created by Sergei Borisov on 06/06/15.
*/
public class HelloSayer {
private String whom;

public HelloSayer(String whom) {

}

public String getWhom() {
return whom;
}
}

0 comments on commit d8ae54f

Please sign in to comment.