mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 08:59:21 +07:00
GotoDeclarationHandler now can return multiple targets
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public class GotoBreakContinueHandler implements GotoDeclarationHandler {
|
||||
public class GotoBreakContinueHandler extends GotoDeclarationHandlerBase {
|
||||
private static final Logger LOG = Logger.getInstance("#com.intellij.codeInsight.navigation.actions.GotoBreakContinueHandler");
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user