Ignore:
Timestamp:
2004-10-08T09:46:12+13:00 (20 years ago)
Author:
mdewsnip
Message:

Replaced all Gatherer.print* with DebugStream.print*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/SearchTypeManager.java

    r8231 r8236  
    3737import javax.swing.event.*;
    3838import org.greenstone.gatherer.Configuration;
     39import org.greenstone.gatherer.DebugStream;
    3940import org.greenstone.gatherer.Dictionary;
    4041import org.greenstone.gatherer.Gatherer;
     
    6667    super(searchtypes_element, CollectionConfiguration.CONTENT_ELEMENT, new SearchType());
    6768    this.model = this;
    68     Gatherer.println("SearchTypeManager: parsed " + getSize() + " search types.");
     69    DebugStream.println("SearchTypeManager: parsed " + getSize() + " search types.");
    6970    }
    7071
Note: See TracChangeset for help on using the changeset viewer.