Changeset 12090


Ignore:
Timestamp:
2006-07-07T13:09:13+12:00 (18 years ago)
Author:
kjdon
Message:

Subcollectionindex no longer knows anything about collection meta

File:
1 edited

Legend:

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

    r10345 r12090  
    172172     * @return A <strong>String</strong> containing the information of this class.
    173173     */
     174
    174175    public String toString() {
    175     String id = getID();
    176     StringBuffer text = new StringBuffer(id);
    177     CollectionMeta metadatum = CollectionDesignManager.collectionmeta_manager.getMetadatum(StaticStrings.STOP_CHARACTER + id, false);
    178     if(metadatum != null) {
    179         text.append(" \"");
    180         text.append(metadatum.getValue(CollectionMeta.TEXT));
    181         text.append("\"");
    182     }
    183     return text.toString();
     176    return getID();
    184177    }
    185178}
Note: See TracChangeset for help on using the changeset viewer.