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/cdm/IndexManager.java

    r6539 r6770  
    13911391         * @param  event a DocumentEvent containing information about the text removed
    13921392         */
    1393         public void removeUpdate(DocumentEvent e) {
     1393        public void removeUpdate(DocumentEvent event) {
    13941394        validateAddButton();
    13951395        }
     
    14531453         * @param  event a DocumentEvent containing information about the text removed
    14541454         */
    1455         public void removeUpdate(DocumentEvent e) {
     1455        public void removeUpdate(DocumentEvent event) {
    14561456        validateAddButton();
    14571457        }
Note: See TracChangeset for help on using the changeset viewer.