jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3341619119
##########
grails-test-examples/views-functional-tests/grails-app/controllers/functional/tests/TeamController.groovy:
##########
@@ -38,11 +38,11 @@ class TeamController extends RestfulController {
respond Composite.findByTeamAndPlayer(Team.load(1), Player.load(2))
}
- def deep(Long id) {
- respond Team.get(id)
+ def deep() {
Review Comment:
Why are you changing binding syntax in this file? It seems out of scope of
this change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]