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/collection/Collection.java

    r8231 r8236  
    4242import javax.swing.tree.*;
    4343import org.greenstone.gatherer.Configuration;
     44import org.greenstone.gatherer.DebugStream;
    4445import org.greenstone.gatherer.Gatherer;
    4546import org.greenstone.gatherer.cdm.CollectionDesignManager;
     
    261262    }
    262263    catch (Exception error) {
    263         Gatherer.printStackTrace(error);
     264        DebugStream.printStackTrace(error);
    264265    }
    265266    return result;
     
    287288    }
    288289    catch (Exception error) {
    289         Gatherer.printStackTrace(error);
     290        DebugStream.printStackTrace(error);
    290291    }
    291292    return result;
     
    303304    }
    304305    catch (Exception error) {
    305         Gatherer.printStackTrace(error);
     306        DebugStream.printStackTrace(error);
    306307    }
    307308    return build_values_element;
     
    335336    }
    336337    catch (Exception error) {
    337         Gatherer.printStackTrace(error);
     338        DebugStream.printStackTrace(error);
    338339    }
    339340    return import_values_element;
     
    377378    }
    378379    catch (Exception error) {
    379         Gatherer.printStackTrace(error);
     380        DebugStream.printStackTrace(error);
    380381    }
    381382    }
Note: See TracChangeset for help on using the changeset viewer.