Formatting

This commit is contained in:
Andy Wilkinson
2017-01-26 15:03:02 +00:00
parent c0c575c94a
commit f34d309548
10 changed files with 26 additions and 25 deletions

View File

@@ -39,8 +39,8 @@ public class SampleController {
@GetMapping("/")
@ResponseBody
public Map<String, String> hello() {
return Collections.singletonMap("message", "Hello " +
this.helloWorldProperties.getName());
return Collections.singletonMap("message",
"Hello " + this.helloWorldProperties.getName());
}
protected static class Message {