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 di...@apache.org on 2005/01/25 20:05:17 UTC

cvs commit: ws-axis/c/src/soap/xsd/constraints Length.hpp

dicka       2005/01/25 11:05:17

  Modified:    c/src/soap/xsd/constraints Length.hpp
  Log:
  Confusing variable name corrected.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/src/soap/xsd/constraints/Length.hpp
  
  Index: Length.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/xsd/constraints/Length.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Length.hpp	25 Jan 2005 12:04:52 -0000	1.1
  +++ Length.hpp	25 Jan 2005 19:05:17 -0000	1.2
  @@ -37,7 +37,7 @@
   
       Length();
       
  -    Length(int maxLength);
  +    Length(int length);
   
       int getLength();