Oops...omitted walker.initialize().
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@504 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
11e85f1969
commit
3d7575bbb8
|
|
@ -103,6 +103,7 @@ public class MicroManager {
|
|||
throw new RuntimeException( ex );
|
||||
}
|
||||
|
||||
walker.initialize();
|
||||
Object accumulator = ((LocusWalker<?,?>)walker).reduceInit();
|
||||
|
||||
for(Shard shard: shardStrategy) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue