mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
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:
committed by
intellij-monorepo-bot
parent
5c3a0446ce
commit
a00017c38e
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user