szetszwo commented on code in PR #1217:
URL: https://github.com/apache/ratis/pull/1217#discussion_r1938381268


##########
ratis-common/src/main/java/org/apache/ratis/util/BatchLogger.java:
##########
@@ -45,7 +45,7 @@ default TimeDuration getBatchDuration() {
 
   private static final class UniqueId {
     private final Key key;
-    private final String name;
+    private final Object name;
 
     private UniqueId(Key key, String name) {

Review Comment:
   Please change the class of `name` to `Object`.   I forgot to do it in my 
review.



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