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

    r8231 r8236  
    3333import javax.swing.event.*;
    3434import org.greenstone.gatherer.Configuration;
     35import org.greenstone.gatherer.DebugStream;
    3536import org.greenstone.gatherer.Dictionary;
    3637import org.greenstone.gatherer.Gatherer;
     
    5758    public SuperCollectionManager(Element supercollections_element) {
    5859    super(supercollections_element, StaticStrings.COLLECTION_ELEMENT, new SuperCollection());
    59     Gatherer.println("SuperCollectionManager: " + getSize() + " supercollection members parsed.");
     60    DebugStream.println("SuperCollectionManager: " + getSize() + " supercollection members parsed.");
    6061    this.model = this;
    6162    }
Note: See TracChangeset for help on using the changeset viewer.