Move EmptyProgressIndicator to core

This commit is contained in:
Evgeny Pasynkov
2012-05-10 10:07:19 +02:00
parent ea7598920a
commit d4a80cc3ce
4 changed files with 0 additions and 16 deletions
@@ -95,15 +95,6 @@ public class EmptyProgressIndicator implements ProgressIndicator {
return false;
}
public void finish(final Task task) {
myFinished = true;
}
public boolean isFinished(final Task task) {
return myFinished;
}
public void setIndeterminate(boolean indeterminate) {
}
@@ -18,7 +18,6 @@ package com.intellij.util.graph;
import com.intellij.openapi.progress.EmptyProgressIndicator;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.testFramework.UsefulTestCase;
import com.intellij.util.graph.impl.KShortestPathsFinder;
import java.util.*;
@@ -15,11 +15,7 @@
*/
package com.intellij.util.continuation;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.progress.EmptyProgressIndicator;
import com.intellij.openapi.progress.ProgressIndicator;
import com.intellij.openapi.progress.impl.BackgroundableProcessIndicator;
import com.intellij.openapi.progress.impl.ProgressManagerImpl;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vcs.CalledInAny;
import com.intellij.openapi.vcs.CalledInAwt;
@@ -28,7 +24,6 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.*;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author irengrig
@@ -34,7 +34,6 @@ import com.intellij.openapi.roots.libraries.Library;
import com.intellij.openapi.ui.Messages;
import com.intellij.openapi.ui.TestDialog;
import com.intellij.openapi.util.AsyncResult;
import com.intellij.openapi.util.Computable;
import com.intellij.openapi.util.io.FileUtil;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.openapi.vfs.VfsUtil;