Changeset 8613


Ignore:
Timestamp:
2004-11-22T14:48:27+13:00 (19 years ago)
Author:
mdewsnip
Message:

A couple of minor changes.

File:
1 edited

Legend:

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

    r8606 r8613  
    9797    /** a reference to the Servlet Configuration is GS3 */
    9898    static public ServletConfiguration servlet_config;
    99     /** A public reference to the Dictionary. */
    100     // static public Dictionary dictionary;
    10199    /** A public reference to the FileManager. */
    102100    static public FileManager f_man;
    103101    /** A public reference to the GUIManager. */
    104102    static public GUIManager g_man;
    105     static public boolean g_man_built = false;
     103    static private boolean g_man_built = false;
    106104
    107105    /** A static reference to ourselves. */
Note: See TracChangeset for help on using the changeset viewer.