change default onTraversalDone to use the new output streams
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@249 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
4faacac315
commit
bb3dbb5756
|
|
@ -48,7 +48,6 @@ public abstract class Walker<MapType, ReduceType> {
|
||||||
|
|
||||||
public void initialize() { }
|
public void initialize() { }
|
||||||
public void onTraversalDone(ReduceType result) {
|
public void onTraversalDone(ReduceType result) {
|
||||||
// TODO: replace with the correct output stream
|
out.println("[REDUCE RESULT] Traversal result is: " + result);
|
||||||
System.out.println("[REDUCE RESULT] Traversal result is: " + result);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue