chaokunyang commented on PR #2091:
URL: https://github.com/apache/fury/pull/2091#issuecomment-2729350151

   You need to commit changed code, spotless will update your code. The changed 
code look like:
   
   ```java
       fieldAccessors =
           Descriptor.getFields(cls).stream()
               .map(
                   f ->
                       new AbstractMap.SimpleEntry<>(
                           f, 
StringUtils.lowerCamelToLowerUnderscore(f.getName())))
               .sorted(Map.Entry.comparingByValue())
               .map(Map.Entry::getKey)
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to