Changeset 5819


Ignore:
Timestamp:
2003-11-11T13:37:28+13:00 (20 years ago)
Author:
kjdon
Message:

added a comment

File:
1 edited

Legend:

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

    r5817 r5819  
    466466        BufferedWriter buffered_writer = new BufferedWriter(file_writer);
    467467        // In order to write out an old style collect.cfg we have to traverse the model and do several 'cute' tricks to ensure the collect.cfg is valid (for instance while every metadata element has a language attribute, only second or subsequent metadata, for a certain name, needs a language argument - hence the known metadata array. Note that within GLI the language will always be shown, but it doesn't crash and burn like G2 does, te-he).
     468        // is this still true?? now we are writing all metadata with a lang tag. can we get rid of known_metadata??
    468469        known_metadata = new ArrayList();
    469470        Element collect_config_element = document.getDocumentElement();
Note: See TracChangeset for help on using the changeset viewer.