Ignore:
Timestamp:
2004-02-10T18:07:32+13:00 (20 years ago)
Author:
kjdon
Message:

fixed all the javadoc errors. (hope I didn't commit anything I wasn't supposed to)

File:
1 edited

Legend:

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

    r6662 r6770  
    11691169    }
    11701170    /** Remove a previously assigned special directory mapping.
    1171      * @param name The symbolic name of the special directory mapping to remove as a <strong>String</strong>.
     1171     * @param target The <string>FileNode</strong> representing the special directory mapping to remove as a <strong>String</strong>.
    11721172     * @return The <strong>File</strong> of the mapping removed.
     1173     * @see org.greenstone.gatherer.file.FileNode
    11731174     */
    11741175    public File removeDirectoryMapping(FileNode target) {
Note: See TracChangeset for help on using the changeset viewer.