[hibernate-commits] Hibernate SVN: r15047 - annotations/trunk/src/java/org/hibernate/cfg/annotations.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 13 11:12:13 EDT 2008


Author: epbernard
Date: 2008-08-13 11:12:13 -0400 (Wed, 13 Aug 2008)
New Revision: 15047

Modified:
   annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java
Log:
remove dep on Core helper class

Modified: annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java
===================================================================
--- annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java	2008-08-13 14:59:47 UTC (rev 15046)
+++ annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java	2008-08-13 15:12:13 UTC (rev 15047)
@@ -8,6 +8,7 @@
 import org.hibernate.annotations.Sort;
 import org.hibernate.annotations.common.reflection.XClass;
 import org.hibernate.annotations.common.reflection.XProperty;
+import org.hibernate.annotations.common.util.StringHelper;
 import org.hibernate.cfg.CollectionSecondPass;
 import org.hibernate.cfg.Ejb3Column;
 import org.hibernate.cfg.Ejb3JoinColumn;
@@ -21,7 +22,6 @@
 import org.hibernate.mapping.OneToMany;
 import org.hibernate.mapping.PersistentClass;
 import org.hibernate.mapping.SimpleValue;
-import org.hibernate.util.StringHelper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 




More information about the hibernate-commits mailing list