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:
depristo 2009-04-25 01:37:17 +00:00
parent ce470702fc
commit 9a299c11d3
1 changed files with 1 additions and 1 deletions

View File

@ -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");