Skip to content

Commit

Permalink
Use correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Oct 21, 2020
1 parent 83e6f3f commit 51fa2df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package grails.plugins.elasticsearch

import grails.core.support.proxy.EntityProxyHandler
import grails.core.support.proxy.ProxyHandler
import grails.plugins.elasticsearch.mapping.DomainEntity
import grails.plugins.elasticsearch.mapping.SearchableClassMapping
import groovy.transform.CompileStatic
Expand All @@ -9,7 +9,7 @@ import org.grails.datastore.mapping.proxy.EntityProxy
@CompileStatic
class ElasticSearchContextHolder {

EntityProxyHandler proxyHandler;
ProxyHandler proxyHandler;

/**
* The configuration of the ElasticSearch plugin
Expand Down

0 comments on commit 51fa2df

Please sign in to comment.