Ignore:
Timestamp:
2019-03-26T15:53:49+13:00 (5 years ago)
Author:
ak19
Message:

Only the older Java versions we use to build nightlies seemed to trip over local variables declared outside private inner Runnable class invokedLater by SwingUtilities not being final

File:
1 edited

Legend:

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

    r32923 r32926  
    7575   
    7676    // Create an instance of the Gatherer class, which will parse the args and prepare the rest of the GLI
    77     Gatherer gatherer = new Gatherer(args);
     77    final Gatherer gatherer = new Gatherer(args);
    7878       
    7979    // TESTING circumventing the old GUI event dispatch thread exceptions in GLI. Follows
Note: See TracChangeset for help on using the changeset viewer.