You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2003/10/05 09:11:15 UTC

cvs commit: ws-axis/java/src/org/apache/axis/wsdl/symbolTable FaultInfo.java

stevel      2003/10/05 00:11:15

  Modified:    java/src/org/apache/axis/wsdl/symbolTable FaultInfo.java
  Log:
  javadocs
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/java/src/org/apache/axis/wsdl/symbolTable/FaultInfo.java
  
  Index: FaultInfo.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/wsdl/symbolTable/FaultInfo.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FaultInfo.java	22 Apr 2003 19:36:14 -0000	1.7
  +++ FaultInfo.java	5 Oct 2003 07:11:15 -0000	1.8
  @@ -218,7 +218,7 @@
        * part for type="" or element="" - if type, return the QName.  If
        * element, return the reference type for the element.
        * 
  -     * @param fault the Fault to dig into
  +     * @param part the Fault to dig into
        * @param st the SymbolTable we're using
        * @return the XML type of the Fault's part, or null
        */