This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch groovy-5
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/groovy-5 by this push:
new 457d6cd354 chore: testing push access to grails-core
457d6cd354 is described below
commit 457d6cd3541c5d793e0ffb22bf1853dc7543dbc5
Author: Mattias Reichel <[email protected]>
AuthorDate: Tue Sep 9 15:11:18 2025 +0200
chore: testing push access to grails-core
---
.../groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
b/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
index 8d09901092..c3a8060d2e 100644
---
a/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
+++
b/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
@@ -27,7 +27,7 @@ import org.grails.datastore.mapping.model.PersistentEntity
import org.grails.datastore.mapping.model.PersistentProperty
/**
- *
+ * TESTING PUSH ACCESS TO GRAILS-CORE
* Special trait meant only for GORM entities to override default behaviour of
DirtyCheckable.
* Applied manually during GormEntity transformation
*