Changeset 32725


Ignore:
Timestamp:
2019-01-29T16:54:37+13:00 (5 years ago)
Author:
ak19
Message:

Older Java on LSB 32 bit choked on args not being declared final before using it again in inner class

File:
1 edited

Legend:

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

    r32673 r32725  
    4444     * @param args A collection of arguments that may include: initial screen size, dictionary, path to the GSDL etc.
    4545     */
    46     static public void main(String[] args)
     46    static public void main(final String[] args)
    4747    {
    4848    // A serious hack, but its good enough to stop crappy 'Could not
Note: See TracChangeset for help on using the changeset viewer.