Changeset 19227


Ignore:
Timestamp:
2009-04-23T15:11:59+12:00 (15 years ago)
Author:
ak19
Message:

Correction to comment

File:
1 edited

Legend:

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

    r19203 r19227  
    177177    }
    178178
    179     /** Retrieve the short name for this collection. Always qualified by the collectionGroup, if any.
     179    /** Retrieve the short name for this collection.
    180180     * @return The name as a <strong>String</strong>.
    181181     */
    182182    public String getName() {
    183183    return getCollectionSubName();
    184     //return getGroupQualifiedName(true);
    185184    }
    186185
Note: See TracChangeset for help on using the changeset viewer.