mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
use static instance of GotoDeclarationActionHandler in GotoDeclarationAction (IDEA-206322)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ public class GotoDeclarationAction extends BaseCodeInsightAction implements Dumb
|
||||
@NotNull
|
||||
@Override
|
||||
protected CodeInsightActionHandler getHandler() {
|
||||
return new GotoDeclarationActionHandler();
|
||||
return GotoDeclarationActionHandler.INSTANCE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user