mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make ConsoleExecuteActionHandler public
This commit is contained in:
@@ -133,7 +133,7 @@ public class ConsoleExecuteAction extends DumbAwareAction {
|
||||
myExecuteActionHandler.addToCommandHistoryAndExecute(myConsole, myConsoleView, text);
|
||||
}
|
||||
|
||||
static abstract class ConsoleExecuteActionHandler {
|
||||
public static abstract class ConsoleExecuteActionHandler {
|
||||
private final ConsoleHistoryModel myCommandHistoryModel;
|
||||
|
||||
private boolean myAddToHistory = true;
|
||||
|
||||
Reference in New Issue
Block a user