Skip to content

Commit c923c34

Browse files
committed
Fix import
1 parent a475dc3 commit c923c34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

java/src/org/openqa/selenium/grid/commands/EventBusCommand.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
import static org.openqa.selenium.remote.http.Contents.asJson;
2525

2626
import com.google.auto.service.AutoService;
27-
import java.util.*;
27+
import java.util.ArrayList;
28+
import java.util.Collections;
29+
import java.util.List;
30+
import java.util.Map;
31+
import java.util.Set;
2832
import java.util.concurrent.CountDownLatch;
2933
import java.util.concurrent.TimeUnit;
3034
import java.util.logging.Level;

0 commit comments

Comments
 (0)