Skip to content

Commit

Permalink
Fixes #304 by removing deprecated setting resourceAccessor on `Groo…
Browse files Browse the repository at this point in the history
…vyChange` (#321)
  • Loading branch information
verglor authored Jun 27, 2023
1 parent 4251699 commit 05db690
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 05db690

Please sign in to comment.