Polish whitespace

This commit is contained in:
Phillip Webb
2013-09-24 15:42:45 -07:00
parent 15bc25dc29
commit c544921eaa
3 changed files with 181 additions and 180 deletions

View File

@@ -27,7 +27,7 @@ public class SampleController {
@Autowired
private HelloWorldService helloWorldService;
@RequestMapping("/")
@ResponseBody
public String helloWorld() {