From ebfc38cdc5c7ea92919f42eb7f98b4d053135a24 Mon Sep 17 00:00:00 2001 From: Osvaldo Doederlein Date: Mon, 9 Mar 2015 13:59:12 -0400 Subject: [PATCH] Fix redundancy in javadocs --- .../main/java/io/netty/channel/epoll/EpollEventLoopGroup.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoopGroup.java b/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoopGroup.java index e2146a4cc9..8487354bb7 100644 --- a/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoopGroup.java +++ b/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoopGroup.java @@ -90,7 +90,7 @@ public final class EpollEventLoopGroup extends MultithreadEventLoopGroup { * @param executor the {@link Executor} to use, or {@code null} if the default should be used. * @param maxEventsAtOnce the maximum number of epoll events to handle per epollWait(...). * - * @deprecated Use {@link #EpollEventLoopGroup(int)}, {@link #EpollEventLoopGroup(int)} or + * @deprecated Use {@link #EpollEventLoopGroup(int)} or * {@link #EpollEventLoopGroup(int, Executor)} */ @Deprecated @@ -108,7 +108,7 @@ public final class EpollEventLoopGroup extends MultithreadEventLoopGroup { * should be used. * @param maxEventsAtOnce the maximum number of epoll events to handle per epollWait(...). * - * @deprecated Use {@link #EpollEventLoopGroup(int)}, {@link #EpollEventLoopGroup(int)} or + * @deprecated Use {@link #EpollEventLoopGroup(int)} or * {@link #EpollEventLoopGroup(int, ExecutorServiceFactory)} */ @Deprecated