jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3341519768
##########
grails-datamapping-core/src/test/groovy/grails/gorm/services/ServiceTransformSpec.groovy:
##########
@@ -987,10 +986,10 @@ interface MyService {
then:"A compilation error occurred"
def e = thrown(MultipleCompilationErrorsException)
- e.message.normalize().contains '''No implementations possible for
method 'void foo()'. Please use an abstract class instead and provide an
implementation.
- @ line 6, column 5.
- void foo()
- ^'''
+ // Note: Groovy 5 changed the method signature format from 'void
foo()' to 'foo():void'
Review Comment:
Remove the "this is bridge" comment
--
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]