[hibernate-commits] Hibernate SVN: r10636 - branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Oct 20 04:39:59 EDT 2006


Author: max.andersen at jboss.com
Date: 2006-10-20 04:39:57 -0400 (Fri, 20 Oct 2006)
New Revision: 10636

Modified:
   branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/package-info.java
Log:
fixed non-compilable package-info

Modified: branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/package-info.java
===================================================================
--- branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/package-info.java	2006-10-20 08:39:42 UTC (rev 10635)
+++ branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/package-info.java	2006-10-20 08:39:57 UTC (rev 10636)
@@ -1,3 +1,4 @@
 @NamedQuery(name = "countItems", query = "select count(i) from Item i") package org.hibernate.ejb.test;
 
-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+




More information about the hibernate-commits mailing list