Skip to content

Commit

Permalink
8340433: Open source closed choice tests openjdk#3
Browse files Browse the repository at this point in the history
  • Loading branch information
azvegint committed Sep 20, 2024
1 parent fecc2f8 commit 29851a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/jdk/java/awt/Choice/CheckChoiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
* questions.
*/

import javax.swing.JComponent;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
import java.awt.BorderLayout;
import java.awt.Choice;
import java.awt.Frame;
import javax.swing.JComponent;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;

/*
* @test
Expand Down

0 comments on commit 29851a7

Please sign in to comment.