mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Project in ExecutionEnvironment is @NotNull; remove some redundant usages of Executor
This commit is contained in:
@@ -96,7 +96,7 @@ public class DefaultJavaProgramRunner extends JavaPatchableProgramRunner {
|
||||
|
||||
onProcessStarted(env.getRunnerSettings(), executionResult);
|
||||
|
||||
final RunContentBuilder contentBuilder = new RunContentBuilder(project, this, env.getExecutor(), executionResult, env);
|
||||
final RunContentBuilder contentBuilder = new RunContentBuilder(this, executionResult, env);
|
||||
Disposer.register(project, contentBuilder);
|
||||
if (shouldAddDefaultActions) {
|
||||
addDefaultActions(contentBuilder);
|
||||
|
||||
Reference in New Issue
Block a user