Fix checkstyle. See #307
This commit is contained in:
parent
85a280b356
commit
f5eb6b61cd
@ -33,7 +33,7 @@ import org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap;
|
|||||||
* property, which performs better.
|
* property, which performs better.
|
||||||
* @apiviz.stereotype utility
|
* @apiviz.stereotype utility
|
||||||
*/
|
*/
|
||||||
public class ChannelLocal<T> implements Iterable<Entry<Channel, T>>{
|
public class ChannelLocal<T> implements Iterable<Entry<Channel, T>> {
|
||||||
|
|
||||||
private final ConcurrentMap<Channel, T> map =
|
private final ConcurrentMap<Channel, T> map =
|
||||||
new ConcurrentIdentityWeakKeyHashMap<Channel, T>();
|
new ConcurrentIdentityWeakKeyHashMap<Channel, T>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user