wynot12 commented on a change in pull request #73: [Nemo-62] Support Multiple Jobs Submission in a Single User Program URL: https://github.com/apache/incubator-nemo/pull/73#discussion_r201423203
########## File path: runtime/master/src/main/java/edu/snu/nemo/runtime/master/JobStateManager.java ########## @@ -132,9 +132,9 @@ private void initializeComputationStates() { * Updates the state of a task. * Task state changes can occur both in master and executor. * State changes that occur in master are - * initiated in {@link edu.snu.nemo.runtime.master.scheduler.BatchSingleJobScheduler}. + * initiated in {@link edu.snu.nemo.runtime.master.scheduler.BatchScheduler}. * State changes that occur in executors are sent to master as a control message, - * and the call to this method is initiated in {@link edu.snu.nemo.runtime.master.scheduler.BatchSingleJobScheduler} + * and the call to this method is initiated in {@link edu.snu.nemo.runtime.master.scheduler.BatchScheduler} Review comment: Please revert the irrelevant changes. ---------------------------------------------------------------- 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