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 1186876 commit 9ca2489Copy full SHA for 9ca2489
core/src/main/kotlin/cc/unitmesh/devti/devins/provider/ActionLocationEditor.kt
@@ -16,7 +16,7 @@ interface ActionLocationEditor {
16
17
companion object {
18
private val EP_NAME: ExtensionPointName<ActionLocationEditor> =
19
- ExtensionPointName.Companion.create("cc.unitmesh.shireActionLocationEditor")
+ ExtensionPointName.create("cc.unitmesh.shireActionLocationEditor")
20
21
fun provide(project: Project, location: ShireActionLocation? = null): Editor? {
22
if (location == null) {
0 commit comments