Ignore:
Timestamp:
2004-10-07T16:44:32+13:00 (20 years ago)
Author:
mdewsnip
Message:

Replaced all "Gatherer.config" with "Configuration".

File:
1 edited

Legend:

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

    r8230 r8231  
    11/**
    22 *#########################################################################
    3  *
     3 * Configuration
    44 * A component of the Gatherer application, part of the Greenstone digital
    55 * library suite from the New Zealand Digital Library Project at the
     
    132132    static private String wget_version_str = StaticStrings.NO_WGET_STR;
    133133
    134     public URL exec_address = null;
     134    static public URL exec_address = null;
    135135
    136136    /** Constructor.
Note: See TracChangeset for help on using the changeset viewer.