MRI-2340 non-nls overrides

non-nls constants were initially present in .form files,
but became zero-tolerance warnings only after generating sources
from .form

GitOrigin-RevId: 2144db82237102cd132689a0de3ac42c0df9de5a
This commit is contained in:
Leonid Shalupov
2026-02-14 16:43:49 +00:00
committed by intellij-monorepo-bot
parent 5c3a0446ce
commit a00017c38e
10 changed files with 10 additions and 0 deletions
@@ -52,6 +52,7 @@ public abstract class ElementWithManifestPropertiesPanel<E extends CompositeElem
private final JLabel myManifestNotFoundLabel;
private ManifestFileConfiguration myManifestFileConfiguration;
@SuppressWarnings("HardCodedStringLiteral")
public ElementWithManifestPropertiesPanel(E element, final ArtifactEditorContext context) {
myElement = element;
myContext = context;