mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[terminal] API cleanup: remove unused deprecated API (IJPL-503)
GitOrigin-RevId: 179ef8e5cd46fc5d4534c9d588e897ab6d65ae56
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b56617086f
commit
760943daec
@@ -17,18 +17,6 @@ public final class TerminalHandlerImpl extends TerminalHandlerBase {
|
||||
|
||||
private final TerminalWidget myTerminalWidget;
|
||||
|
||||
/**
|
||||
* @deprecated use {@link TerminalHandlerImpl#TerminalHandlerImpl(String, Project, InputStream, OutputStream)} instead
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public TerminalHandlerImpl(@NotNull String presentableName,
|
||||
@NotNull Project project,
|
||||
@NotNull InputStream terminalOutput,
|
||||
@NotNull OutputStream terminalInput,
|
||||
@SuppressWarnings("unused") boolean deferTerminalSessionUntilFirstShown) {
|
||||
this(presentableName, project, terminalOutput, terminalInput);
|
||||
}
|
||||
|
||||
public TerminalHandlerImpl(@NotNull String presentableName,
|
||||
@NotNull Project project,
|
||||
@NotNull InputStream terminalOutput,
|
||||
|
||||
Reference in New Issue
Block a user