We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4c34c commit 6ef2428Copy full SHA for 6ef2428
src/com/magento/idea/magento2plugin/actions/generation/generator/code/XmlDeclarationsGenerator.java
@@ -84,7 +84,7 @@ private Properties fillAttributes(final UiComponentFormFieldData formFieldData)
84
return attributes;
85
}
86
87
- protected void renderFieldsets(XmlTag rootTag) {
+ protected void renderFieldsets(final XmlTag rootTag) {
88
for (final UiComponentFormFieldsetData formFieldsetData
89
: uiFormFileData.getFieldsets()) {
90
final StringBuffer fieldsStringBuffer = new StringBuffer();//NOPMD
0 commit comments