Changeset 6851


Ignore:
Timestamp:
2004-02-20T11:57:21+13:00 (20 years ago)
Author:
mdewsnip
Message:

Commented out an unused function.

File:
1 edited

Legend:

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

    r6671 r6851  
    232232    }
    233233
    234    /** Ensures that the collection is now public. Useful for collections that are based on another, or that are about to be exported */
    235    public void setCollectionAsPublic() {
    236        CollectionMeta public_collectionmeta = new CollectionMeta(CollectionDesignManager.collect_config.getPublic());
    237        if(public_collectionmeta != null) {
    238             public_collectionmeta.setValue(CollectionConfiguration.TRUE_STR);
    239             public_collectionmeta = null;
    240        }
    241    }
     234//     /** Ensures that the collection is now public. Useful for collections that are based on another, or that are about to be exported */
     235//     public void setCollectionAsPublic() {
     236//         CollectionMeta public_collectionmeta = new CollectionMeta(CollectionDesignManager.collect_config.getPublic());
     237//         if(public_collectionmeta != null) {
     238//              public_collectionmeta.setValue(CollectionConfiguration.TRUE_STR);
     239//              public_collectionmeta = null;
     240//         }
     241//     }
    242242
    243243    /** Method used during a global search and replace to highlight the appropriate record within the Collection Design Managers version of the Metadata Set Manager (view only).
Note: See TracChangeset for help on using the changeset viewer.