Ignore:
Timestamp:
2003-11-05T13:46:44+13:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out about 60 unused functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/HashMap3D.java

    r5581 r5785  
    124124     * @return The first unique instance of the target <strong>Metadata</strong> which may in fact be the same metadata given as a paramater.
    125125     */
    126     public Metadata locate(Metadata metadata) {
     126    /* private Metadata locate(Metadata metadata) {
    127127    Metadata result = null;
    128128    if(metadata != null) {
     
    146146    }
    147147    return result;
    148     }
     148    } */
    149149    /** Put an entry into this three dimensional hash mapping.
    150150     * @param key_one The first key, to store this value under, as an <strong>Object</strong>.
Note: See TracChangeset for help on using the changeset viewer.