Skip to content

Commit

Permalink
Fixes grails#304 by removing deprecated setting resourceAccessor on…
Browse files Browse the repository at this point in the history
… `GroovyChange`
  • Loading branch information
verglor authored Apr 24, 2023
1 parent 1987135 commit 829d8a5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ class GroovyChange extends AbstractChange {

@Override
void load(ParsedNode parsedNode, ResourceAccessor resourceAccessor) throws ParsedNodeException {
this.resourceAccessor = resourceAccessor

ctx = parsedNode.getChildValue(null, 'applicationContext', ApplicationContext)
dataSourceName = parsedNode.getChildValue(null, DATA_SOURCE_NAME_KEY, String)
initClosure = parsedNode.getChildValue(null, 'init', Closure)
Expand Down

0 comments on commit 829d8a5

Please sign in to comment.