mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
cleanup [python]: remove unused symbol, hide symbols not used by external plugins
GitOrigin-RevId: e5728587e408460009fa5c59fb2a1b0bcd7463a6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
96577d6c07
commit
c797dcc7bc
@@ -16,8 +16,10 @@
|
||||
package com.jetbrains.python.run;
|
||||
|
||||
import com.intellij.execution.configurations.GeneralCommandLine;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
|
||||
|
||||
public interface CommandLinePatcher {
|
||||
@ApiStatus.Internal
|
||||
void patchCommandLine(GeneralCommandLine commandLine);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user