mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -37,7 +37,7 @@ public class ElementManipulators extends ClassExtension<ElementManipulator> {
|
||||
}
|
||||
|
||||
public static <T extends PsiElement> ElementManipulator<T> getManipulator(@NotNull T element) {
|
||||
return ElementManipulators.INSTANCE.forClass(element.getClass());
|
||||
return INSTANCE.forClass(element.getClass());
|
||||
}
|
||||
|
||||
public static int getOffsetInElement(final PsiElement element) {
|
||||
|
||||
Reference in New Issue
Block a user