borinquenkid commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3223299051


##########
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/domains/Person.groovy:
##########
@@ -38,13 +37,13 @@ class Person implements Serializable, Comparable<Person>, 
AsyncEntity<Person> {
         lastName == 'Simpson'
     }
 
-    Long id
+//    Long id
     Long version
     String firstName
     String lastName
     Integer age = 0
-    Set<Pet> pets = [] as Set
     static hasMany = [pets: Pet]
+//    SimpleCountry country

Review Comment:
   Yes



-- 
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]

Reply via email to