fixed spelling mistake of method
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@52 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
968281e460
commit
a38a038204
|
|
@ -26,5 +26,5 @@ public interface LocusWalker<MapType, ReduceType> {
|
||||||
ReduceType reduceInit();
|
ReduceType reduceInit();
|
||||||
ReduceType reduce(MapType value, ReduceType sum);
|
ReduceType reduce(MapType value, ReduceType sum);
|
||||||
|
|
||||||
void onTraveralDone();
|
void onTraversalDone();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue