dineshchitlangia commented on a change in pull request #37: RATIS-691. Fix
checkstyle violations in ratis-logservice
URL: https://github.com/apache/incubator-ratis/pull/37#discussion_r329872359
##########
File path:
ratis-logservice/src/main/java/org/apache/ratis/logservice/server/LogStateMachine.java
##########
@@ -331,7 +331,7 @@ public StateMachineStorage getStateMachineStorage() {
LogServiceProtos.GetExportInfoReplyProto.Builder exportBuilder =
LogServiceProtos.GetExportInfoReplyProto.newBuilder();
exportMap.values().stream().map(
- archivalInfo ->
exportBuilder.addInfo(LogServiceProtoUtil.toExportInfoProto(archivalInfo)))
+ archInfo ->
exportBuilder.addInfo(LogServiceProtoUtil.toExportInfoProto(archInfo)))
Review comment:
{{archivalInfo}} is hiding another private member of the class
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services