Changeset 5316


Ignore:
Timestamp:
2003-08-28T12:35:46+12:00 (21 years ago)
Author:
jmt12
Message:

Where the previous authentications are stored

File:
1 edited

Legend:

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

    r5296 r5316  
    8282public class Gatherer {
    8383
     84    static public Hashtable authentications = new Hashtable();
     85
    8486    static final private String SKIN_DEFINITION_FILE = "lib/greenaqua/greenaqua.xml";
    8587
     
    8890    /** The size of the Gatherer window. */
    8991    public Dimension frame_size = null;
     92
    9093    /** A temporary shared memory area to store HIndexes to speed up metadata.xml writing. */
    9194    public Hashtable known_indexes = null;
Note: See TracChangeset for help on using the changeset viewer.