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:
ebanks 2009-07-17 16:13:28 +00:00
parent 387316ebe1
commit 24ebfee604
1 changed files with 2 additions and 0 deletions

View File

@ -44,4 +44,6 @@ public class PrintRODsWalker extends RefWalker<Integer, Integer> {
public Integer reduce(Integer value, Integer sum) {
return sum + value;
}
public void onTraversalDone(Integer result) {}
}