compiler progress should be @NotNull

This commit is contained in:
peter
2011-01-10 01:21:18 +03:00
parent 0ca3f0361f
commit 9cba4a1f75
@@ -21,6 +21,7 @@ import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.UserDataHolder;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.pom.Navigatable;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
/**
@@ -75,6 +76,7 @@ public interface CompileContext extends UserDataHolder {
*
* @return the progress indicator instance.
*/
@NotNull
ProgressIndicator getProgressIndicator();
/**