Changeset 5812 for trunk


Ignore:
Timestamp:
2003-11-07T16:48:39+13:00 (20 years ago)
Author:
kjdon
Message:

hmmm, forgot how to call constructors properly last commit

File:
1 edited

Legend:

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

    r5808 r5812  
    6969    /** Constructor. */
    7070    public GDMManager() {
    71     super();
    72     this.metadata_cache = new HashMap3D(Gatherer.c_man.getCollection().msm.getSize());
    73     // Connect
    74     Gatherer.c_man.getCollection().msm.addMSMListener(this);
    75     // Now create and start the synchronous GDM loader.
    76     //gdm_loader = new GDMLoader();
    77     //gdm_loader.start();
    78     ///atherer.println("New GDMManager created.");
    79     }
    80 
    81 
    82 
     71    this(false);
     72    }
    8373
    8474    public GDMManager(boolean dummy_load) {
Note: See TracChangeset for help on using the changeset viewer.