Ignore:
Timestamp:
2003-11-17T13:39:17+13:00 (21 years ago)
Author:
mdewsnip
Message:

Fixed subcollection output so that the regular expression end character is always written (even when no matching options have been specified).

File:
1 edited

Legend:

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

    r5856 r5859  
    16111611    text.append(SEPARATOR_CHARACTER);
    16121612    text.append(MSMUtils.getValue(command_element));
     1613    text.append(SEPARATOR_CHARACTER);
    16131614    String options_str = command_element.getAttribute(OPTIONS_ATTRIBUTE);
    16141615    if(options_str.length() > 0) {
    1615         text.append(SEPARATOR_CHARACTER);
    16161616        text.append(options_str);
    16171617    }
Note: See TracChangeset for help on using the changeset viewer.