Ignore:
Timestamp:
2009-04-23T18:48:02+12:00 (15 years ago)
Author:
ak19
Message:

Collection.getSubName() changed to getTailName() and all references to it. Subcollections has a special meaning, so do not want to confuse it with that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/collection/CollectionManager.java

    r19203 r19242  
    917917
    918918    /** @return the subname of any collection (stripped of any collection-group). */
    919     static public String getLoadedCollectionSubName()
     919    static public String getLoadedCollectionTailName()
    920920    {
    921921    if (collection != null) {
    922         return collection.getCollectionSubName();
     922        return collection.getCollectionTailName();
    923923    }
    924924
Note: See TracChangeset for help on using the changeset viewer.