sanha commented on a change in pull request #1: [NEMO-26] Implement SourceLocationAwareSchedulingPolicy URL: https://github.com/apache/incubator-nemo/pull/1#discussion_r172725494
########## File path: runtime/master/src/main/java/edu/snu/nemo/runtime/master/RuntimeMaster.java ########## @@ -311,7 +304,7 @@ private void handleControlMessage(final ControlMessage.Message message) { * @param srcVertexId the ID of the source vertex. * @param blockId the ID of the block. */ - public void accumulateBarrierMetric(final List<Long> blockSizeInfo, + private void accumulateBarrierMetric(final List<Long> blockSizeInfo, final String srcVertexId, Review comment: Please check the indent ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services