Removed AvoidStarImport Rule
Added JavaDocType Rule
This commit is contained in:
@ -26,8 +26,8 @@ import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
*
|
||||
* Generic object pool
|
||||
* @param <T> Type T of Object in the Pool
|
||||
*/
|
||||
public abstract class ObjectPool<T> {
|
||||
|
||||
|
Reference in New Issue
Block a user