This commit is contained in:
Andy Wilkinson
2016-09-21 18:54:39 +01:00
parent 0cdbbd49b5
commit beca5e486e

View File

@@ -25,9 +25,9 @@ import java.util.function.Predicate;
/**
* Base class used to manage a map of {@link Buffer} objects.
*
* @param <B> The buffer type
* @author Dave Syer
* @author Phillip Webb
* @param <B> The buffer type
*/
abstract class Buffers<B extends Buffer<?>> {