mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Annotate by @Nls: com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.getPresentableName
GitOrigin-RevId: 662b4eb8aaaec951bf8e25c10329e5daaeec8711
This commit is contained in:
committed by
intellij-monorepo-bot
parent
21ad5466b9
commit
da23a62f0e
+2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user