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/gui/OptionsPane.java

    r8231 r8236  
    4545import javax.swing.text.*;
    4646import org.greenstone.gatherer.Configuration;
     47import org.greenstone.gatherer.DebugStream;
    4748import org.greenstone.gatherer.Dictionary;
    4849import org.greenstone.gatherer.Gatherer;
     
    361362        }
    362363        catch(Exception exception) {
    363             Gatherer.println("Exception in OptionsPane.mouseExited() - unexpected");
    364             Gatherer.printStackTrace(exception);
     364            DebugStream.println("Exception in OptionsPane.mouseExited() - unexpected");
     365            DebugStream.printStackTrace(exception);
    365366        }
    366367        }
Note: See TracChangeset for help on using the changeset viewer.