mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] add ScheduledForRemoval annotation for readAllFullDetails
GitOrigin-RevId: 495c278ff09762226d472d8bb5996c2e84cb960f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18e26f3fed
commit
7644ed2f6b
@@ -10,6 +10,7 @@ import com.intellij.openapi.vcs.VcsKey;
|
||||
import com.intellij.openapi.vfs.VirtualFile;
|
||||
import com.intellij.util.Consumer;
|
||||
import com.intellij.util.messages.MessageBus;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -209,6 +210,7 @@ public interface VcsLogProvider {
|
||||
/**
|
||||
* @deprecated was used only for indexing and replaced by the methods in {@link com.intellij.vcs.log.impl.VcsLogIndexer}.
|
||||
*/
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "2020.1")
|
||||
@Deprecated
|
||||
default void readAllFullDetails(@NotNull VirtualFile root, @NotNull Consumer<? super VcsFullCommitDetails> commitConsumer)
|
||||
throws VcsException {
|
||||
|
||||
Reference in New Issue
Block a user