Ignore:
Timestamp:
2010-09-27T14:39:38+13:00 (14 years ago)
Author:
sjm84
Message:

Tidied the newly commited code for allowing the user to change the infodbtype of a collection

File:
1 edited

Legend:

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

    r22970 r22971  
    13331333    Element e = XMLTools.getNamedElement (from.getDocumentElement (),
    13341334                      StaticStrings.DATABASETYPE_ELEMENT,
    1335                       StaticStrings.NAME_ATTRIBUTE, StaticStrings.DATABASETYPE_STR);
     1335                      StaticStrings.NAME_ATTRIBUTE,
     1336                      StaticStrings.DATABASETYPE_STR);
    13361337    if (e == null) {
    13371338      return;
Note: See TracChangeset for help on using the changeset viewer.