Oops, typo and build problems. FYI, fixing typos is better than packing...
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@536 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ce470702fc
commit
9a299c11d3
|
|
@ -507,7 +507,7 @@ public abstract class TraversalEngine {
|
|||
|
||||
public <M, T> T traverse(Walker<M, T> walker) {
|
||||
T sum = null;
|
||||
if ( hasLocations() && walker.ReduceByInterval() ) {
|
||||
if ( hasLocations() && walker.isReduceByInterval() ) {
|
||||
logger.info("Doing reduce by interval processing");
|
||||
if ( ! hasLocations() )
|
||||
Utils.scareUser("ReduceByInterval requested by no interval was provided");
|
||||
|
|
|
|||
Loading…
Reference in New Issue