You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by ow...@apache.org on 2003/05/01 17:23:51 UTC

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/mapping WSIFMappingConvention.java

owenb       2003/05/01 08:23:51

  Modified:    java/src/org/apache/wsif/mapping WSIFMappingConvention.java
  Log:
  Minor javadoc correction
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis-wsif/java/src/org/apache/wsif/mapping/WSIFMappingConvention.java
  
  Index: WSIFMappingConvention.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/mapping/WSIFMappingConvention.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WSIFMappingConvention.java	26 Feb 2003 15:55:20 -0000	1.1
  +++ WSIFMappingConvention.java	1 May 2003 15:23:51 -0000	1.2
  @@ -84,7 +84,7 @@
   
   	/**
   	 * Get a class name for a global element
  -	 * @param qn The name of the simpleType
  +	 * @param qn The name of the element
   	 * @return The Java class name
   	 */	
   	public String getClassNameForElementType(QName qn);