Suppress i18n warnings when generated messages cannot not be checked

GitOrigin-RevId: 654c83f7ec74bb334bc149c2e1cc68b2ad0d2c81
This commit is contained in:
Vassiliy.Kudryashov
2021-06-04 14:07:59 +03:00
committed by intellij-monorepo-bot
parent 6f68e556a6
commit a6a0f18ed6
2 changed files with 2 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ public final class LibraryEditingUtil {
@NotNull
@Override
public String getTextFor(TypeForNewLibrary value) {
//noinspection HardCodedStringLiteral
return value.getCreateActionName();
}

View File

@@ -1504,6 +1504,7 @@ public class FindPopupPanel extends JBPanel<FindPopupPanel> implements FindUI {
return;
}
UIUtil.invokeLaterIfNeeded(() -> {
//noinspection HardCodedStringLiteral
showEmptyText(message);
myLoadingIcon.setIcon(EmptyIcon.ICON_16);
});