Skip to content

Commit 33cd5c3

Browse files
committed
Fixing static tests
1 parent 8111673 commit 33cd5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
import com.magento.idea.magento2plugin.ui.table.TableButton;
5454
import com.magento.idea.magento2plugin.util.magento.GetAclResourcesListUtil;
5555
import com.magento.idea.magento2plugin.util.magento.GetModuleNameByDirectoryUtil;
56-
import java.awt.Dimension;
5756
import java.awt.event.ActionEvent;
5857
import java.awt.event.ActionListener;
5958
import java.awt.event.KeyEvent;
@@ -285,7 +284,7 @@ protected void initButtonsTable() {
285284
}
286285

287286
protected void initFieldSetsTable() {
288-
Integer rowPosition = 10;
287+
final Integer rowPosition = 10;
289288
final DefaultTableModel model = getFieldsetsModel();
290289
model.setDataVector(
291290
new Object[][] {{"General", rowPosition, DELETE_COLUMN}},

0 commit comments

Comments
 (0)