Changeset 6885


Ignore:
Timestamp:
2004-02-25T10:45:31+13:00 (20 years ago)
Author:
mdewsnip
Message:

Commented out exception handler -- it is very annoying to not see exceptions when they happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Gatherer.java

    r6853 r6885  
    485485     * @see org.greenstone.gatherer.Gatherer
    486486     * @see org.greenstone.gatherer.gui.Splash
    487     * @see org.greenstone.gatherer.util.StaticStrings
     487    * @see org.greenstone.gatherer.util.StaticStrings
    488488     */
    489489    static public void main(String[] args) {
     
    493493
    494494    // Override the exception handler with a new one which we can easily quiet the exceptions from.
    495     System.setProperty("sun.awt.exception.handler", "GLIExceptionHandler");
     495    // System.setProperty("sun.awt.exception.handler", "GLIExceptionHandler");
    496496
    497497    // Ensure platform specific LAF
Note: See TracChangeset for help on using the changeset viewer.