mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[rd debugger] IJPL-219714 Extract AbstractXFetchValueAction to be reused in split and non-split actions
GitOrigin-RevId: 5b803027489bc102fd22b00476f10e8d39a9eaad
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8b4badadb1
commit
72ffad9c1f
+1
-2
@@ -21,14 +21,13 @@ import com.siyeh.ig.psiutils.CollectionUtils;
|
||||
import com.sun.jdi.Type;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@ApiStatus.Experimental
|
||||
public class ShowCollectionHistoryAction extends XFetchValueActionBase {
|
||||
@Override
|
||||
public @Nullable ActionRemoteBehavior getBehavior() {
|
||||
public @NotNull ActionRemoteBehavior getBehavior() {
|
||||
return ActionRemoteBehavior.Disabled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user