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:08:10 UTC

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

dain        2003/09/07 21:08:10

  Modified:    modules/common/src/java/org/apache/geronimo/common/propertyeditor
                        PropertyEditors.java
  Log:
  Updated to reflect ArrayPropertyEditorAdapter being moved to kernel module.
  
  Revision  Changes    Path
  1.5       +2 -1      incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/PropertyEditors.java
  
  Index: PropertyEditors.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/propertyeditor/PropertyEditors.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropertyEditors.java	30 Aug 2003 21:08:08 -0000	1.4
  +++ PropertyEditors.java	8 Sep 2003 04:08:10 -0000	1.5
  @@ -64,6 +64,7 @@
   
   import org.apache.geronimo.common.Classes;
   import org.apache.geronimo.common.NullArgumentException;
  +import org.apache.geronimo.kernel.service.ArrayPropertyEditorAdapter;
   
   /**
    * A collection of PropertyEditor utilities.