mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Revert unneeded changes
GitOrigin-RevId: 01e91cc64e389416f89537a17e1a07c6bd2e6e01
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8c85534dc4
commit
fdb7551670
@@ -81,13 +81,6 @@ public abstract class XExecutionStack {
|
||||
@Nullable
|
||||
public abstract XStackFrame getTopFrame();
|
||||
|
||||
/**
|
||||
* Return the preferable (for selection) stack frame synchronously
|
||||
* @return preferable stack frame or {@code topFrame} if none is preferred
|
||||
*/
|
||||
@Nullable
|
||||
public XStackFrame getPreferableFrame() { return getTopFrame(); }
|
||||
|
||||
/**
|
||||
* Start computing stack frames top-down starting from {@code firstFrameIndex}. This method is called from the Event Dispatch Thread
|
||||
* so it should return quickly
|
||||
|
||||
Reference in New Issue
Block a user