Spelling error: "everypone"

This commit is contained in:
ggerard
2013-10-02 17:20:50 -07:00
committed by Dave Syer
parent 0760a4ad87
commit 182328697d

View File

@@ -209,7 +209,7 @@ that is to simply refer to it in an `@Value` annotation, e.g.
public class SampleController {
@Value("${service.message:Hello World}")
private String value = "Goodbye Everypone"
private String value = "Goodbye Everyone"
@RequestMapping("/")
@ResponseBody