Fix typo in javadoc

This commit is contained in:
Wouter 2015-03-18 11:09:47 +01:00 committed by Norman Maurer
parent 42cd55fca5
commit 59a042aae4

View File

@ -41,7 +41,7 @@ public class ChannelHandlerAdapter implements ChannelHandler {
* {@link WeakHashMap} instances per {@link Thread} is good enough for us and the number of
* {@link Thread}s are quite limited anyway.
*
* See <a href="See https://github.com/netty/netty/issues/2289">#2289</a>.
* See <a href="https://github.com/netty/netty/issues/2289">#2289</a>.
*/
Class<?> clazz = getClass();
Map<Class<?>, Boolean> cache = InternalThreadLocalMap.get().handlerSharableCache();