mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Revert of accidental changes
This commit is contained in:
-3
@@ -85,9 +85,6 @@ public class GotoDeclarationAction extends BaseCodeInsightAction implements Code
|
||||
|
||||
final PsiElement element = elements[0];
|
||||
|
||||
if (element == null)
|
||||
return;
|
||||
|
||||
PsiElement navElement = element.getNavigationElement();
|
||||
navElement = TargetElementUtilBase.getInstance().getGotoDeclarationTarget(element, navElement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user