Skip to content

Commit 9ca2489

Browse files
committed
refactor(ActionLocationEditor): simplify ExtensionPointName creation
1 parent 1186876 commit 9ca2489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/cc/unitmesh/devti/devins/provider/ActionLocationEditor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface ActionLocationEditor {
1616

1717
companion object {
1818
private val EP_NAME: ExtensionPointName<ActionLocationEditor> =
19-
ExtensionPointName.Companion.create("cc.unitmesh.shireActionLocationEditor")
19+
ExtensionPointName.create("cc.unitmesh.shireActionLocationEditor")
2020

2121
fun provide(project: Project, location: ShireActionLocation? = null): Editor? {
2222
if (location == null) {

0 commit comments

Comments
 (0)