mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable AvoidStarImport in checkstyle (#5141)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
package com.thealgorithms.searches;
|
||||
|
||||
import com.thealgorithms.datastructures.Node;
|
||||
import java.util.*;
|
||||
import java.util.ArrayDeque;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Optional;
|
||||
import java.util.Queue;
|
||||
|
||||
/**
|
||||
* @author: caos321
|
||||
|
||||
Reference in New Issue
Block a user