ChineseTony commented on PR #8880:
URL: https://github.com/apache/rocketmq/pull/8880#issuecomment-2448949481

   ok, I will chage this code 
   
   ```java
   
      private boolean isFieldNullable(Field field) {
           return ConcurrentHashMapUtils.computeIfAbsent(NULLABLE_FIELD_CACHE, 
field, input -> {
               Annotation annotation = input.getAnnotation(CFNotNull.class);
               return annotation == null;
           });
       }
   
   ```


-- 
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