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)

Location:
trunk/gli/src/org/greenstone/gatherer/util
Files:
2 edited

Legend:

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

    r6171 r6770  
    458458    }
    459459    /** Compare two files for equality, in terms of their file paths.
    460      * @param object The <strong>Object</strong> representing the file we are about to compare ourselves to.
     460     * @param obj The <strong>Object</strong> representing the file we are about to compare ourselves to.
    461461     * @return <i>true</i> if we equal the given file, <i>false</i> otherwise.
    462462     */
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r6637 r6770  
    465465
    466466    /** Method which constructs the archive directory given a certain collection.
    467      * @param col_dir The location of the collection directory as a <strong>String</strong>.
     467     * @param gsdl_path The location of the greenstone installation  as a <strong>String</strong>.
     468     * @param col_name The collection name
    468469     * @return The location of the given collections archive directory, also as a <strong>String</strong>.
    469470     */
     
    884885    }
    885886    /** Method to strip new lines and extra spaces from a string. Used to restore text that has been mangled into width formatted blocks by the DOM parser.
    886      * @param raw The <strong>Strong</strong> containing the mangled text.
     887     * @param raw_str The <strong>Strong</strong> containing the mangled text.
    887888     * @return A <strong>String</strong> with new lines and extra spaces removed.
    888889     */
Note: See TracChangeset for help on using the changeset viewer.