From: <max...@us...> - 2006-02-06 09:16:17
|
Update of /cvsroot/hibernate/HibernateExt/metadata/src/test/org/hibernate/test/annotations/indexcoll In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22321/src/test/org/hibernate/test/annotations/indexcoll Modified Files: Drawer.java Log Message: make my ide shutup ;) Index: Drawer.java =================================================================== RCS file: /cvsroot/hibernate/HibernateExt/metadata/src/test/org/hibernate/test/annotations/indexcoll/Drawer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Drawer.java 3 Jan 2006 12:27:31 -0000 1.4 +++ Drawer.java 6 Feb 2006 09:16:01 -0000 1.5 @@ -1,14 +1,14 @@ //$Id$ package org.hibernate.test.annotations.indexcoll; -import org.hibernate.annotations.IndexColumn; +import java.util.List; import javax.persistence.Entity; -import javax.persistence.GenerationType; +import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.OneToMany; -import javax.persistence.GeneratedValue; -import java.util.List; + +import org.hibernate.annotations.IndexColumn; /** * @author Emmanuel Bernard |