blob: 3b979bb8504ae4837ed0e74967f0311308fb0677 [file] [log] [blame]
package com.intellij.execution.runners;
@Deprecated
/**
* @deprecated to remove in IDEA 15
*/
public abstract class BaseConsoleExecuteActionHandler extends com.intellij.execution.console.BaseConsoleExecuteActionHandler {
public BaseConsoleExecuteActionHandler(boolean preserveMarkup) {
super(preserveMarkup);
}
}