venkatsambath commented on code in PR #1217:
URL: https://github.com/apache/ratis/pull/1217#discussion_r1938617067
##########
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:
Sure, I've updated the class from string to object now and updated the
commit.
https://github.com/apache/ratis/pull/1217/commits/fb0b26692892744c8644761e4dece54f458ed981
--
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]