mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 18:58:44 +00:00
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