This commit is contained in:
Phillip Webb
2014-11-18 15:40:24 -08:00
parent a6e4744c60
commit a641f0c72a
13 changed files with 125 additions and 134 deletions

View File

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