Changeset 4979 for trunk/gsdl3


Ignore:
Timestamp:
2003-07-18T15:56:55+12:00 (21 years ago)
Author:
kjdon
Message:

the param for Gates annotation service is now an ENUM_MULTI, instead of an ENUM_SINGLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GATEServices.java

    r4903 r4979  
    159159        }
    160160       
    161         param = GSXML.createParameterDescription(doc_, name, getTextString("param." + name, lang), GSXML.PARAM_TYPE_ENUM_SINGLE, annotation_types_[0], annotation_types_, annotation_type_names);
     161        param = GSXML.createParameterDescription(doc_, name, getTextString("param." + name, lang), GSXML.PARAM_TYPE_ENUM_MULTI, annotation_types_[0], annotation_types_, annotation_type_names);
    162162        param_list.appendChild(param);
    163163    }
Note: See TracChangeset for help on using the changeset viewer.