We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8a7ef commit a0bb7b4Copy full SHA for a0bb7b4
1 file changed
common/src/main/java/io/netty/util/internal/ThreadExecutorMap.java
@@ -84,7 +84,7 @@ public void run() {
84
* when called from within the {@link Runnable} during execution.
85
*/
86
public static ThreadFactory apply(final ThreadFactory threadFactory, final EventExecutor eventExecutor) {
87
- ObjectUtil.checkNotNull(threadFactory, "command");
+ ObjectUtil.checkNotNull(threadFactory, "threadFactory");
88
ObjectUtil.checkNotNull(eventExecutor, "eventExecutor");
89
return new ThreadFactory() {
90
@Override
0 commit comments