mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IJPL-164491 VcsLogProgressIndicator is now StandardProgressIndicator
IJ-CR-147608 (cherry picked from commit 9d6e2503cfc8cfc5a555607b6d9b7b8818ece6fb) GitOrigin-RevId: 951e3fdc7b5e81ab697d98c0c8ac6c1db12a31ff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f0b3a80be1
commit
29e712cd01
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.vcs.log.data;
|
||||
|
||||
import com.intellij.openapi.Disposable;
|
||||
@@ -6,6 +6,7 @@ import com.intellij.openapi.application.ApplicationManager;
|
||||
import com.intellij.openapi.progress.EmptyProgressIndicator;
|
||||
import com.intellij.openapi.progress.ProgressIndicator;
|
||||
import com.intellij.openapi.progress.ProgressManager;
|
||||
import com.intellij.openapi.progress.StandardProgressIndicator;
|
||||
import com.intellij.openapi.progress.util.AbstractProgressIndicatorBase;
|
||||
import com.intellij.openapi.util.CheckedDisposable;
|
||||
import com.intellij.openapi.util.Disposer;
|
||||
@@ -136,7 +137,7 @@ public class VcsLogProgress implements Disposable {
|
||||
}
|
||||
}
|
||||
|
||||
private final class VcsLogProgressIndicator extends AbstractProgressIndicatorBase {
|
||||
private final class VcsLogProgressIndicator extends AbstractProgressIndicatorBase implements StandardProgressIndicator {
|
||||
private @NotNull ProgressKey myKey;
|
||||
private final boolean myVisible;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user