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/LanguageManager.java

    r8231 r8236  
    3939import javax.swing.event.*;
    4040import org.greenstone.gatherer.Configuration;
     41import org.greenstone.gatherer.DebugStream;
    4142import org.greenstone.gatherer.Dictionary;
    4243import org.greenstone.gatherer.Gatherer;
     
    7576    super(languages_element, CollectionConfiguration.LANGUAGE_ELEMENT, new Language());
    7677   
    77     Gatherer.println("LanguageManager: " + getSize() + " languages parsed.");
     78    DebugStream.println("LanguageManager: " + getSize() + " languages parsed.");
    7879
    7980    this.model = this;
Note: See TracChangeset for help on using the changeset viewer.