You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ia...@apache.org on 2004/02/05 11:17:29 UTC

cvs commit: ws-jaxme/src/xs/org/apache/ws/jaxme/xs/xml XsEUnion.java

ias         2004/02/05 02:17:29

  Modified:    src/xs/org/apache/ws/jaxme/xs/xml XsEUnion.java
  Log:
  Corrected javadoc tag <p> annotating getMemberTypes().
  
  I found this problem during building JaxMe with J2SE 1.5 (Tiger ) beta1.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-jaxme/src/xs/org/apache/ws/jaxme/xs/xml/XsEUnion.java
  
  Index: XsEUnion.java
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/xs/org/apache/ws/jaxme/xs/xml/XsEUnion.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XsEUnion.java	23 Sep 2003 12:32:04 -0000	1.1
  +++ XsEUnion.java	5 Feb 2004 10:17:28 -0000	1.2
  @@ -95,7 +95,7 @@
      */
     public void setMemberTypes(XsQName[] pTypes);
   
  -  /** <�>Returns an array of member types which have been added
  +  /** <p>Returns an array of member types which have been added
      * using {@link #setMemberTypes(XsQName[])}. This array may be null,
      * if the method {@link #setMemberTypes(XsQName[])} wasn't invoked
      * at all, or it may be the empty array, if an empty string was
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org