Skip to content

Commit

Permalink
Merge pull request #611 from gsartori/4.0.x
Browse files Browse the repository at this point in the history
BootStrap init closure servletContext cleanup
  • Loading branch information
jdaugherty authored Feb 19, 2025
2 parents 3ebb2a0 + b301cf1 commit 5f13558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/functional-tests/grails-app/init/BootStrap.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import groovy.transform.CompileStatic
@CompileStatic
class BootStrap {

def init = { servletContext ->
def init = {
setupData()
}

Expand Down

0 comments on commit 5f13558

Please sign in to comment.