This commit is contained in:
Phillip Webb
2014-06-18 16:30:22 -07:00
parent 46c46dbd0c
commit a2efe17fc9
2 changed files with 7 additions and 4 deletions

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}