Skip to content

Commit 0e512d9

Browse files
Fixed code style
1 parent 66ef883 commit 0e512d9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
import com.magento.idea.magento2plugin.actions.generation.dialog.validator.rule.NotEmptyRule;
1515
import com.magento.idea.magento2plugin.actions.generation.generator.CategoryFormXmlGenerator;
1616
import com.magento.idea.magento2plugin.magento.packages.eav.AttributeScope;
17-
import javax.swing.*;
17+
import javax.swing.JButton;
18+
import javax.swing.JCheckBox;
19+
import javax.swing.JComboBox;
20+
import javax.swing.JLabel;
21+
import javax.swing.JPanel;
22+
import javax.swing.JTable;
23+
import javax.swing.JTextField;
1824

1925
@SuppressWarnings({
2026
"PMD.TooManyFields",

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewProductEavAttributeDialog.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@
2121
import com.magento.idea.magento2plugin.magento.packages.eav.AttributeScope;
2222
import com.magento.idea.magento2plugin.util.magento.GetProductTypesListUtil;
2323
import java.util.List;
24-
import javax.swing.*;
24+
import javax.swing.DefaultListModel;
25+
import javax.swing.JButton;
26+
import javax.swing.JCheckBox;
27+
import javax.swing.JComboBox;
28+
import javax.swing.JLabel;
29+
import javax.swing.JList;
30+
import javax.swing.JPanel;
31+
import javax.swing.JTable;
32+
import javax.swing.JTextField;
2533

2634
@SuppressWarnings({
2735
"PMD.TooManyFields",

0 commit comments

Comments
 (0)