don't print traversal stats
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1277 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
387316ebe1
commit
24ebfee604
|
|
@ -44,4 +44,6 @@ public class PrintRODsWalker extends RefWalker<Integer, Integer> {
|
||||||
public Integer reduce(Integer value, Integer sum) {
|
public Integer reduce(Integer value, Integer sum) {
|
||||||
return sum + value;
|
return sum + value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void onTraversalDone(Integer result) {}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue