Ignore:
Timestamp:
2003-11-05T13:46:44+13:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out about 60 unused functions.

File:
1 edited

Legend:

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

    r5748 r5785  
    466466     * @return A NodeList[] of metadata elements.
    467467     */
    468     public NodeList[] getNodeLists() {
     468    /* private NodeList[] getNodeLists() {
    469469    NodeList elements[] = null;
    470470    int index = 0;
     
    478478    }
    479479    return elements;
    480     }
     480    } */
    481481
    482482    /** Retrieve the named metadata set.
     
    930930     * @param new_name The String to use as the new name.
    931931     */
    932     public void renameElement(ElementWrapper element, String new_name) {
     932    /* private void renameElement(ElementWrapper element, String new_name) {
    933933    Element e = element.getElement();
    934934    String old_name = element.toString();
     
    937937    old_name = null;
    938938    e = null;
    939     }
     939    } */
    940940    /** A method to save the state of this metadata set manager. First we ensure that the names of all included metadata sets have been added to the collection configuration file, then all of the metadata sets contained are exported with full content to the collect/<col_name>/metadata/ directory.
    941941     */
Note: See TracChangeset for help on using the changeset viewer.