summaryrefslogtreecommitdiff
path: root/resources/src
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-08-09 11:14:19 -0700
committerTor Norbye <tnorbye@google.com>2013-08-09 11:14:19 -0700
commit9fdfa377b20b105e3a9907d32434787f75781c35 (patch)
tree1da3a4f33aab64842d79ab224b4eefba18b6982b /resources/src
parent6739a8f0977b70ddc8a8283b169902da3f2eecb3 (diff)
downloadidea-9fdfa377b20b105e3a9907d32434787f75781c35.tar.gz
Snapshot c23e9e6b18204526144f9866f4eb487aae363099 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I87950e41c2b37a506995305a033233ea7c30e6e1
Diffstat (limited to 'resources/src')
-rw-r--r--resources/src/META-INF/IdeaPlugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/src/META-INF/IdeaPlugin.xml b/resources/src/META-INF/IdeaPlugin.xml
index 9c1d4fc51fe8..27c7454722e6 100644
--- a/resources/src/META-INF/IdeaPlugin.xml
+++ b/resources/src/META-INF/IdeaPlugin.xml
@@ -399,6 +399,9 @@
<applicationService serviceInterface="com.intellij.refactoring.JavaRefactoringSettings"
serviceImplementation="com.intellij.refactoring.JavaRefactoringSettings"/>
+ <applicationService serviceInterface="com.intellij.codeInsight.generation.OverrideImplementExploreUtil$MemberImplementorExplorersProvider"
+ serviceImplementation="com.intellij.codeInsight.generation.MemberImplementorExplorersProviderImpl"/>
+
<projectService serviceInterface="com.intellij.refactoring.RefactoringManager"
serviceImplementation="com.intellij.refactoring.RefactoringManager"/>
<projectService serviceInterface="com.intellij.refactoring.listeners.JavaRefactoringListenerManager"