mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
correct extension names
This commit is contained in:
@@ -23,7 +23,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
* @author Max Medvedev
|
||||
*/
|
||||
public abstract class ImportSearcher {
|
||||
private static final ExtensionPointName<ImportSearcher> EP_NAME = ExtensionPointName.create("com.intellij.safeDelete.importChecker");
|
||||
private static final ExtensionPointName<ImportSearcher> EP_NAME = ExtensionPointName.create("com.intellij.safeDelete.importSearcher");
|
||||
|
||||
/**
|
||||
* @return found import or null
|
||||
|
||||
Reference in New Issue
Block a user