You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/09/10 14:41:24 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/nowrap TestNoWrap.java

jstrachan    2002/09/10 05:41:24

  Modified:    betwixt/src/test/org/apache/commons/betwixt/nowrap
                        TestNoWrap.java
  Log:
  Patch to remove compiler warning
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/nowrap/TestNoWrap.java
  
  Index: TestNoWrap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/nowrap/TestNoWrap.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestNoWrap.java	26 Jul 2002 21:04:05 -0000	1.3
  +++ TestNoWrap.java	10 Sep 2002 12:41:24 -0000	1.4
  @@ -117,7 +117,7 @@
           introspector.setWrapCollectionsInElement(false);
   
           // turn bean elements first letter into lower case
  -        introspector.setNameMapper( new DecapitalizeNameMapper() );
  +        introspector.setElementNameMapper( new DecapitalizeNameMapper() );
   
           // Set default plural stemmer.
           introspector.setPluralStemmer( new DefaultPluralStemmer() );
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>