You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/09/08 06:10:57 UTC

cvs commit: incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/propertyeditor ArrayPropertyEditorAdapterTest.java

dain        2003/09/07 21:10:57

  Modified:    modules/common/src/test/org/apache/geronimo/common/propertyeditor
                        ArrayPropertyEditorAdapterTest.java
  Log:
  Updated to reflect move of ArrayProperyEditorAdapter to kernel module.
  
  Revision  Changes    Path
  1.2       +2 -2      incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapterTest.java
  
  Index: ArrayPropertyEditorAdapterTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapterTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ArrayPropertyEditorAdapterTest.java	30 Aug 2003 21:08:08 -0000	1.1
  +++ ArrayPropertyEditorAdapterTest.java	8 Sep 2003 04:10:57 -0000	1.2
  @@ -63,7 +63,7 @@
   import junit.framework.TestCase;
   
   /**
  - * Unit test for {@link ArrayPropertyEditorAdapter} class.
  + * Unit test for {@link org.apache.geronimo.kernel.service.ArrayPropertyEditorAdapter} class.
    *
    * @version $Revision$ $Date$
    */