GotoDeclarationHandler now can return multiple targets

This commit is contained in:
Eugene Kudelevsky
2011-04-01 20:52:57 +04:00
parent b32135b2b0
commit 6e1f17ce06
7 changed files with 95 additions and 24 deletions
@@ -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