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

    r6855 r8236  
    188188    catch (Exception e) {
    189189        System.err.println("Missing value for key: " + key);
    190         // Gatherer.printStackTrace(e);
     190        // DebugStream.printStackTrace(e);
    191191        return key;
    192192    }
Note: See TracChangeset for help on using the changeset viewer.