Changeset 3233


Ignore:
Timestamp:
2002-07-06T13:10:22+12:00 (22 years ago)
Author:
say1
Message:

fixed javadoc errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/core/ModuleInterface.java

    r3229 r3233  
    1919   * @param xml_in the request to process
    2020   * @return the response - contains any error messages
    21    * @see String
     21   * @see java.lang.String
    2222   */
    2323    abstract public String process(String xml_in);
     
    2929   * @param in the request to process
    3030   * @return the response - contains any error messages
    31    * @see Node
    32    * @see Document
    33    * @see Element
     31   * @see org.w3c.dom.Node
     32   * @see org.w3c.dom.Document
     33   * @see org.w3c.dom.Element
    3434   */
    3535    abstract public Node process(Node xml_in);
Note: See TracChangeset for help on using the changeset viewer.