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 hc...@apache.org on 2005/03/15 01:59:42 UTC

cvs commit: ws-wsif/swingWsInvoker/src/org/apache/wsif/wsinvoker ComplexTypeTextArea.java

hchan       2005/03/14 16:59:42

  Modified:    swingWsInvoker/src/org/apache/wsif/wsinvoker
                        ComplexTypeTextArea.java
  Log:
  added a comment to get the classShortNameMixedUCase
  also want to test if I get emails to moderate CVS commits
  
  Revision  Changes    Path
  1.3       +1 -0      ws-wsif/swingWsInvoker/src/org/apache/wsif/wsinvoker/ComplexTypeTextArea.java
  
  Index: ComplexTypeTextArea.java
  ===================================================================
  RCS file: /home/cvs/ws-wsif/swingWsInvoker/src/org/apache/wsif/wsinvoker/ComplexTypeTextArea.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComplexTypeTextArea.java	15 Mar 2005 00:04:32 -0000	1.2
  +++ ComplexTypeTextArea.java	15 Mar 2005 00:59:42 -0000	1.3
  @@ -134,6 +134,7 @@
       	if (!clazz.isArray()) {
       		classShortNameMixedUCase = classShortName;
       	} else {
  +    		// don't add the []
       		classShortNameMixedUCase = classShortName.substring(0, classShortName.length() - 2);
       	}
       	String firstChar = classShortNameMixedUCase.substring(0,1);