You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by GitBox <gi...@apache.org> on 2019/10/01 03:21:09 UTC

[GitHub] [incubator-ratis] joshelser commented on a change in pull request #37: RATIS-691. Fix checkstyle violations in ratis-logservice

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

 ##########
 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:
   What's the checkstyle rule this is failing on?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services