Ignore:
Timestamp:
09/03/08 14:36:05 (16 years ago)
Author:
ra33
Message:

Fixed up search stuff... to adjust to getting params off the cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/SearchTreeFast.java

    r176 r291  
    2020        private Map<String, Collection<String>> _searchResults = new HashMap<String, Collection<String>>();
    2121
     22        public SearchTreeFast(String searchText) {
     23                super(searchText);
     24        }
     25       
    2226        @Override
    2327        protected Frame process(Frame frame) {
Note: See TracChangeset for help on using the changeset viewer.