make ConsoleExecuteActionHandler public

This commit is contained in:
Valentin Fondaratov
2014-07-02 21:20:14 +04:00
parent 5eac0f8d45
commit 43044df5b7
@@ -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;