Changeset 7989


Ignore:
Timestamp:
2004-08-18T14:42:47+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed some dead code.

Location:
trunk/gli/src/org/greenstone/gatherer/collection
Files:
3 edited

Legend:

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

    r7603 r7989  
    4040import org.greenstone.gatherer.Gatherer;
    4141import org.greenstone.gatherer.cdm.CommandTokenizer;
    42 import org.greenstone.gatherer.msm.MSMUtils;
    4342import org.greenstone.gatherer.util.Codec;
    4443import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/collection/Collection.java

    r7281 r7989  
    4949import org.greenstone.gatherer.collection.CollectionManager;
    5050import org.greenstone.gatherer.file.FileNode;
    51 import org.greenstone.gatherer.msm.ElementWrapper;
    5251import org.greenstone.gatherer.msm.MetadataXMLFileManager;
    5352import org.greenstone.gatherer.msm.MetadataSetManager;
     
    115114     * @see org.greenstone.gatherer.Gatherer
    116115     * @see org.greenstone.gatherer.cdm.CollectionDesignManager
    117      * @see org.greenstone.gatherer.msm.MetadataXMLFileManager
    118      * @see org.greenstone.gatherer.msm.MetadataSetManager
    119116     */
    120117    public void destroy() {
  • trunk/gli/src/org/greenstone/gatherer/collection/SaveCollectionTask.java

    r7326 r7989  
    101101     * @see org.greenstone.gatherer.collection.Collection
    102102     * @see org.greenstone.gatherer.gui.GUIManager
    103      * @see org.greenstone.gatherer.msm.MetadataSetManager
    104103     * @see org.greenstone.gatherer.util.Utility
    105104     */
Note: See TracChangeset for help on using the changeset viewer.