Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothchandar committed Nov 17, 2011
1 parent 9d0748d commit 14cef36
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -109,8 +109,6 @@ private static List<Integer> stripNodeIds(List<Node> nodeList) {
*/
private static List<Node> difference(List<Node> listA, List<Node> listB) {
listA.removeAll(listB);
System.out.println(">>>>>>List A" + listA);
System.out.println(">>>>>>List B" + listB);
return listA;
}
}

0 comments on commit 14cef36

Please sign in to comment.