Commit febb76bb authored by David Gmerek's avatar David Gmerek

Update HelloController.java

parent 42caa30b
......@@ -8,6 +8,6 @@ public class HelloController {
@RequestMapping("/hello")
public String index() {
return "Greetings from David, I have forked this";
return "Greetings from David, I have forked this, I have now updated this again to see if it rebuilds";
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment