mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
incorrect extension name
This commit is contained in:
@@ -24,7 +24,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
* Created by Max Medvedev on 10/25/13
|
||||
*/
|
||||
public interface ClassTypePointerFactory {
|
||||
ExtensionPointName<ClassTypePointerFactory> EP_NAME = ExtensionPointName.create("com.intellij.smartTypes.classTypePointerFactory");
|
||||
ExtensionPointName<ClassTypePointerFactory> EP_NAME = ExtensionPointName.create("com.intellij.classTypePointerFactory");
|
||||
|
||||
@Nullable
|
||||
SmartTypePointer createClassTypePointer(@NotNull PsiClassType classType, @NotNull Project project);
|
||||
|
||||
Reference in New Issue
Block a user