You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/12/03 16:43:00 UTC

[GitHub] [incubator-nemo] wonook commented on a change in pull request #276: [NEMO-429] SWPP TEAM11 Code Smell Fix

wonook commented on a change in pull request #276: [NEMO-429] SWPP TEAM11 Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/276#discussion_r353273444
 
 

 ##########
 File path: common/src/test/java/org/apache/nemo/common/DAGTest.java
 ##########
 @@ -105,7 +105,7 @@ public void testNormalDAG() {
 
     final List<IntegerVertex> topologicalOrder = dag.getTopologicalSort();
     assertEquals(topologicalOrder.get(0).getValue(), 4);
 
 Review comment:
   I believe that this was also the line that you were meant to change. Please check and confirm! Thanks :)

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