Remove unnecessary semicolon
See gh-24628
This commit is contained in:
committed by
Stephane Nicoll
parent
9928d74a9e
commit
097104584c
@@ -7,7 +7,7 @@ class Example {
|
||||
@RequestMapping("/")
|
||||
public String helloWorld(Map<String,Object> model) {
|
||||
model.putAll([title: "My Page", date: new Date(), message: "Hello World"])
|
||||
return "home";
|
||||
return "home"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user