Skip to content

Commit 1d21155

Browse files
committed
Resolve comments in flutter#8487
1 parent 3ea841e commit 1d21155

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/io/flutter/module/FlutterGeneratorPeer.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
import org.jetbrains.annotations.NotNull;
2727
import org.jetbrains.annotations.Nullable;
2828

29-
import javax.swing.*;
29+
import javax.swing.ComboBoxEditor;
30+
import javax.swing.JComponent;
31+
import javax.swing.JLabel;
32+
import javax.swing.JPanel;
33+
import javax.swing.JScrollPane;
34+
import javax.swing.JTextPane;
3035
import javax.swing.event.DocumentEvent;
3136
import javax.swing.text.JTextComponent;
3237

0 commit comments

Comments
 (0)