Ignore:
Timestamp:
2008-07-24T15:37:51+12:00 (16 years ago)
Author:
oranfry
Message:

fixed a little bug in tree target caller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-tasks/orans/TreeCallTarget.java

    r16536 r16537  
    126126
    127127            //given resumeDescend, might we execute?
    128             boolean shouldExecuteOnDescend = resumeDescend == null || isDescendantOf(address,resumeFrom);
     128            boolean shouldExecuteOnDescend = resumeDescend == null || isDescendantOf(address,resumeDescend);
    129129
    130130            //given resumeTo, might we execute?
Note: See TracChangeset for help on using the changeset viewer.