Skip to content

Commit

Permalink
Merge pull request #10789 from arid-mangoss/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 24, 2021
2 parents fc50a18 + 0f38f39 commit 14ecd7d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ public HelloController(AssetsFinder assetsFinder) {

// #hello-world-index-action
public Result index() {
// ###replace: return ok(views.html.index.render("Your new application is
// ready.",assetsFinder));
return ok(javaguide.hello.html.index.render("Your new application is ready.", assetsFinder));
// ###replace: return ok(views.html.index.render("Your app is ready.", assetsFinder));
return ok(javaguide.hello.html.index.render("Your app is ready.", assetsFinder));
}
// #hello-world-index-action

Expand Down

0 comments on commit 14ecd7d

Please sign in to comment.