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 ff20f72 commit 870b17bCopy full SHA for 870b17b
grails-scaffolding/src/main/groovy/grails/plugin/scaffolding/DomainServiceLocator.java
@@ -26,13 +26,13 @@
26
import java.util.concurrent.ConcurrentHashMap;
27
import java.util.concurrent.ConcurrentMap;
28
29
+import org.springframework.aop.support.AopUtils;
30
+import org.springframework.context.ApplicationContext;
31
+
32
import grails.util.GrailsNameUtils;
33
import grails.util.Holders;
34
import org.grails.datastore.gorm.GormEntity;
35
-import org.springframework.aop.support.AopUtils;
-import org.springframework.context.ApplicationContext;
-
36
/**
37
* Resolves the appropriate *Service bean for a given domain class by:
38
* 1) Fast-path bean name guesses ("<simpleName>Service", "<packageLeaf><SimpleName>Service"),
0 commit comments