mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
pty: remove unused method, externally too (IDEA-CR-33111)
This commit is contained in:
@@ -176,13 +176,4 @@ public class PtyCommandLine extends GeneralCommandLine {
|
||||
.setRedirectErrorStream(isRedirectErrorStream());
|
||||
return builder.start();
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #setConsoleMode(boolean)} and {@link #startProcessWithPty(List)} instead
|
||||
*/
|
||||
@NotNull
|
||||
public Process startProcessWithPty(@NotNull List<String> commands, boolean console) throws IOException {
|
||||
setConsoleMode(console);
|
||||
return startProcessWithPty(commands);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user