Added missing return keyword
This commit is contained in:
@@ -68,7 +68,7 @@ public class Application {
|
||||
|
||||
@RequestMapping("/")
|
||||
public String home() {
|
||||
"Hello " + name;
|
||||
return "Hello " + name;
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user