Fix redundancy in javadocs

This commit is contained in:
Osvaldo Doederlein 2015-03-09 13:59:12 -04:00 committed by Norman Maurer
parent 7d19aef945
commit ebfc38cdc5

View File

@ -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 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(...). * @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)} * {@link #EpollEventLoopGroup(int, Executor)}
*/ */
@Deprecated @Deprecated
@ -108,7 +108,7 @@ public final class EpollEventLoopGroup extends MultithreadEventLoopGroup {
* should be used. * should be used.
* @param maxEventsAtOnce the maximum number of epoll events to handle per epollWait(...). * @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)} * {@link #EpollEventLoopGroup(int, ExecutorServiceFactory)}
*/ */
@Deprecated @Deprecated