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.
|
||||
* @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 =
|
||||
new ConcurrentIdentityWeakKeyHashMap<Channel, T>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user