Skip to content

Commit 08cbe08

Browse files
rinokadijkRino
authored andcommitted
Bugfix
1 parent c97ca6f commit 08cbe08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126

127127
<extensionPoints>
128128
<extensionPoint name="publisherProvider"
129-
interface="org.axonframework.intellij.ide.plugin.publisher.EventPublisherProvider"/>
129+
interface="org.axonframework.intellij.ide.plugin.publisher.PublisherProvider"/>
130130
<extensionPoint name="handlerProvider"
131-
interface="org.axonframework.intellij.ide.plugin.handler.EventHandlerProvider"/>
131+
interface="org.axonframework.intellij.ide.plugin.handler.HandlerProvider"/>
132132
</extensionPoints>
133133

134134
<extensions defaultExtensionNs="com.intellij">

0 commit comments

Comments
 (0)