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

    r8015 r8236  
    3535import java.util.*;
    3636import org.greenstone.gatherer.Configuration;
     37import org.greenstone.gatherer.DebugStream;
    3738import org.greenstone.gatherer.Gatherer;
    3839import org.greenstone.gatherer.cdm.CollectionConfiguration;
     
    476477    }
    477478    else {
    478         Gatherer.println("Argument.setValue(" + value + ") called on a base Argument.");
     479        DebugStream.println("Argument.setValue(" + value + ") called on a base Argument.");
    479480    }
    480481    }
     
    496497    }
    497498    else {
    498         Gatherer.println("Argument.setValues([" + values.size() + " items]) called on a base Argument.");
     499        DebugStream.println("Argument.setValues([" + values.size() + " items]) called on a base Argument.");
    499500    }
    500501    }
Note: See TracChangeset for help on using the changeset viewer.