Changeset 12280


Ignore:
Timestamp:
2006-07-24T11:28:57+12:00 (18 years ago)
Author:
kjdon
Message:

no longer display 'format' in the list of assigned formats

File:
1 edited

Legend:

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

    r12273 r12280  
    352352    public String toString() {
    353353    if(text == null && element != null) {
    354         StringBuffer temp = new StringBuffer(CollectionConfiguration.FORMAT_STR);
    355         temp.append(" ");
     354        StringBuffer temp = new StringBuffer(" ");
    356355        temp.append(element.getAttribute(CollectionConfiguration.NAME_ATTRIBUTE));
    357356        temp.append(" ");
Note: See TracChangeset for help on using the changeset viewer.