Removed final keyword from FixedChannelPool
This commit is contained in:
parent
fffc1ba872
commit
1b528de190
@ -34,7 +34,7 @@ import java.util.concurrent.TimeoutException;
|
||||
* {@link ChannelPool} implementation that takes another {@link ChannelPool} implementation and enforce a maximum
|
||||
* number of concurrent connections.
|
||||
*/
|
||||
public final class FixedChannelPool extends SimpleChannelPool {
|
||||
public class FixedChannelPool extends SimpleChannelPool {
|
||||
private static final IllegalStateException FULL_EXCEPTION = ThrowableUtil.unknownStackTrace(
|
||||
new IllegalStateException("Too many outstanding acquire operations"),
|
||||
FixedChannelPool.class, "acquire0(...)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user