We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43f42b commit ff20f72Copy full SHA for ff20f72
grails-scaffolding/src/main/groovy/grails/plugin/scaffolding/DomainServiceLocator.java
@@ -30,8 +30,8 @@
30
import grails.util.Holders;
31
import org.grails.datastore.gorm.GormEntity;
32
33
-import org.springframework.context.ApplicationContext;
34
import org.springframework.aop.support.AopUtils;
+import org.springframework.context.ApplicationContext;
35
36
/**
37
* Resolves the appropriate *Service bean for a given domain class by:
0 commit comments