songyuequan commented on a change in pull request #2369:
URL: https://github.com/apache/incubator-shenyu/pull/2369#discussion_r749966039



##########
File path: 
shenyu-disruptor/src/main/java/org/apache/shenyu/disruptor/thread/DisruptorThreadFactory.java
##########
@@ -65,7 +66,7 @@ public static ThreadFactory create(final String namePrefix, 
final boolean daemon
     }
 
     @Override
-    public Thread newThread(final Runnable runnable) {
+    public Thread newThread(@NonNull final Runnable runnable) {

Review comment:
       OK , I  have  change  it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to