jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3341523338


##########
grails-datamapping-core/src/test/groovy/org/grails/compiler/gorm/JpaEntityTransformSpec.groovy:
##########
@@ -45,7 +45,7 @@ class JpaEntityTransformSpec extends Specification {
                 @GeneratedValue(strategy=GenerationType.AUTO)
                 Long myId
 
-                @Digits
+                @Digits(integer = 10, fraction = 2)

Review Comment:
   Why aren't we using the defaults on the `@Digits` annotation? I don't think 
you should be setting these values as it doesn't represent a typical 
implementation.



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