Changeset 20444 for gli/trunk


Ignore:
Timestamp:
2009-08-31T11:00:22+12:00 (15 years ago)
Author:
kjdon
Message:

CollectionConfiguration.toString now only takes one arg

File:
1 edited

Legend:

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

    r12808 r20444  
    179179    public String toString() {
    180180    if(text == null) {
    181             text = CollectionConfiguration.toString(element, true);
     181      text = CollectionConfiguration.toString(element);
    182182        if (text.equals("")){
    183183        text = getName();
Note: See TracChangeset for help on using the changeset viewer.