mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove finishExecution form platform
This commit is contained in:
-9
@@ -60,15 +60,6 @@ public abstract class BaseConsoleExecuteActionHandler extends ConsoleExecuteActi
|
||||
throw new AbstractMethodError();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
/**
|
||||
* @deprecated to remove in IDEA 14
|
||||
*
|
||||
* Never used. It is Python specific implementation.
|
||||
*/
|
||||
public void finishExecution() {
|
||||
}
|
||||
|
||||
public String getEmptyExecuteAction() {
|
||||
return ConsoleExecuteAction.CONSOLE_EXECUTE_ACTION_ID;
|
||||
}
|
||||
|
||||
@@ -322,7 +322,6 @@ public class PydevConsoleExecuteActionHandler extends ProcessBackedConsoleExecut
|
||||
setCurrentIndentSize(1);
|
||||
}
|
||||
|
||||
@SuppressWarnings({"override", "deprecation"})
|
||||
public void finishExecution() {
|
||||
final LanguageConsoleImpl console = myConsoleView.getConsole();
|
||||
final Editor currentEditor = console.getConsoleEditor();
|
||||
|
||||
Reference in New Issue
Block a user