yeralin commented on a change in pull request #6592:
URL: https://github.com/apache/kafka/pull/6592#discussion_r630542548



##########
File path: 
clients/src/main/java/org/apache/kafka/common/serialization/Serdes.java
##########
@@ -125,6 +126,27 @@ public UUIDSerde() {
         }
     }
 
+    static public final class ListSerde<Inner> extends 
WrapperSerde<List<Inner>> {

Review comment:
       The problem is all of them list `static public` first.
   
   
![image](https://user-images.githubusercontent.com/8620461/117885230-98d8d200-b27b-11eb-849e-afdc43631c89.png)




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to