mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
API cleanup: remove unused deprecated API (IJPL-156972)
GitOrigin-RevId: 1741ce64782c544a6dfa07fc3f8a453632261ea1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
03f1edbd37
commit
b45f11493a
@@ -42,7 +42,6 @@ import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
import java.util.concurrent.Future;
|
||||
@@ -76,15 +75,6 @@ public final class ExecutionHandler {
|
||||
}
|
||||
|
||||
|
||||
@Deprecated(forRemoval = true)
|
||||
public static void runBuild(final AntBuildFileBase buildFile,
|
||||
String[] targets,
|
||||
@Nullable final AntBuildMessageView buildMessageViewToReuse,
|
||||
final DataContext dataContext,
|
||||
List<BuildFileProperty> additionalProperties, @NotNull final AntBuildListener antBuildListener) {
|
||||
runBuild(buildFile, Arrays.asList(targets), buildMessageViewToReuse, dataContext, additionalProperties, antBuildListener);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param antBuildListener should not be null. Use {@link AntBuildListener#NULL}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user