Skip to content

Commit

Permalink
Remove wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chimp1984 committed Jun 12, 2021
1 parent b67a6e2 commit 3a95e85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions common/src/main/java/network/misq/common/locale/Country.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@

package network.misq.common.locale;

import javax.swing.plaf.synth.Region;

public record Country(String code, String name, Region region) {
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package network.misq.common.locale;

import javax.swing.plaf.synth.Region;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
Expand Down

0 comments on commit 3a95e85

Please sign in to comment.