mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-08-01 18:49:39 +08:00
style: enable AvoidStarImport
in checkstyle (#5141)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// Explanation:- https://www.tutorialspoint.com/java-program-for-binary-search-recursive
|
||||
package com.thealgorithms.searches;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.Scanner;
|
||||
|
||||
// Create a SearchAlgorithm class with a generic type
|
||||
abstract class SearchAlgorithm<T extends Comparable<T>> {
|
||||
|
Reference in New Issue
Block a user