[hibernate-commits] Hibernate SVN: r10460 - branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 6 12:18:56 EDT 2006


Author: epbernard
Date: 2006-09-06 12:18:56 -0400 (Wed, 06 Sep 2006)
New Revision: 10460

Modified:
   branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java
Log:
rollback

Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java	2006-09-06 15:20:50 UTC (rev 10459)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java	2006-09-06 16:18:56 UTC (rev 10460)
@@ -7,6 +7,6 @@
  *
  * @author Steve Ebersole
  */
-public interface EntityNotFoundDelegate extends Serializable {
+public interface EntityNotFoundDelegate {
 	public void handleEntityNotFound(String entityName, Serializable id);
 }




More information about the hibernate-commits mailing list