codeconsole commented on code in PR #15195:
URL: https://github.com/apache/grails-core/pull/15195#discussion_r2484104223
##########
grails-scaffolding/src/main/groovy/grails/plugin/scaffolding/GormService.groovy:
##########
@@ -34,28 +35,37 @@ import org.grails.datastore.gorm.GormEntityApi
@CompileStatic
class GormService<T extends GormEntity<T>> {
- GormAllOperations<T> resource
+ private GormAllOperations<T> gormStaticApi
Review Comment:
@jdaugherty 1. this is something that is not documented that nobody uses,
but I have no problem removing private. done.
##########
grails-scaffolding/src/main/groovy/grails/plugin/scaffolding/GormService.groovy:
##########
@@ -34,28 +35,37 @@ import org.grails.datastore.gorm.GormEntityApi
@CompileStatic
class GormService<T extends GormEntity<T>> {
- GormAllOperations<T> resource
+ private GormAllOperations<T> gormStaticApi
Review Comment:
@jdaugherty this is something that is not documented that nobody uses, but I
have no problem removing private. done.
--
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]