Changeset 2318 for trunk/java-client/org


Ignore:
Timestamp:
2001-04-14T17:30:58+12:00 (23 years ago)
Author:
daven
Message:

altered new method name for greater clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/service/NzdlCollectionInfo.java

    r2316 r2318  
    216216
    217217
    218     public boolean isCollectionExtraText() {
     218    public boolean isCollectionDescription() {
    219219    return metaMap.containsKey(NzdlConstants.COLLECTION_DESCRIPTION);
    220220    }
    221221
    222     public String getCollectionExtraText() {
     222    public String getCollectionDescription() {
    223223    return (String) metaMap.get(NzdlConstants.COLLECTION_DESCRIPTION);
    224224    }
Note: See TracChangeset for help on using the changeset viewer.