jeongyooneo commented on a change in pull request #20: [NEMO-76] Rename TaskGroup to Task URL: https://github.com/apache/incubator-nemo/pull/20#discussion_r189456590
########## File path: runtime/master/src/test/java/edu.snu.nemo.runtime.master/scheduler/SourceLocationAwareSchedulingPolicyTest.java ########## @@ -70,43 +70,43 @@ public void testSourceLocationAwareSchedulingNotAvailable() { public void testSourceLocationAwareSchedulingWithMultiSource() { final SchedulingPolicy schedulingPolicy = new SourceLocationAwareSchedulingPolicy(); // Prepare test scenario - final ScheduledTaskGroup tg0 = CreateScheduledTaskGroup.withReadablesWithSourceLocations( + final ScheduledTask tg0 = CreateScheduledTask.withReadablesWithSourceLocations( Review comment: tg0 -> t0 and to all other local variables starting with tg? ---------------------------------------------------------------- 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