Changeset 29312 for main/trunk/gli/src


Ignore:
Timestamp:
2014-09-18T14:12:46+12:00 (10 years ago)
Author:
kjdon
Message:

if indexOptions are not assigned=true, then return. Don't want to output any

File:
1 edited

Legend:

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

    r29284 r29312  
    24072407        {
    24082408            DebugStream.println("There should be an IndexOption element which is assigned 'true': possible bug.");
    2409         }
     2409            return;
     2410        }
    24102411        //Element indexOptionEl = to.createElement(StaticStrings.INDEXOPTION_STR);
    24112412        NodeList option_elements = index_option.getElementsByTagName(StaticStrings.OPTION_ELEMENT);
Note: See TracChangeset for help on using the changeset viewer.