Annotate by @Nls: com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.getPresentableName

GitOrigin-RevId: 662b4eb8aaaec951bf8e25c10329e5daaeec8711
This commit is contained in:
Dmitry.Krasilschikov
2020-01-30 14:33:55 +00:00
committed by intellij-monorepo-bot
parent 21ad5466b9
commit da23a62f0e
@@ -26,6 +26,7 @@ import com.intellij.openapi.progress.util.ProgressWrapper;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.TextRange;
import com.intellij.psi.PsiFile;
import org.jetbrains.annotations.Nls;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -125,6 +126,7 @@ public abstract class ProgressableTextEditorHighlightingPass extends TextEditorH
}
@Nullable("null means do not show progress")
@Nls
protected String getPresentableName() {
return myPresentableName;
}