[hibernate-commits] Hibernate SVN: r19700 - core/branches/Branch_3_5/entitymanager/src/main/java/org/hibernate/ejb/event.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 8 10:50:56 EDT 2010


Author: stliu
Date: 2010-06-08 10:50:55 -0400 (Tue, 08 Jun 2010)
New Revision: 19700

Modified:
   core/branches/Branch_3_5/entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java
Log:
typo in javadoc

Modified: core/branches/Branch_3_5/entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java
===================================================================
--- core/branches/Branch_3_5/entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java	2010-06-08 07:15:42 UTC (rev 19699)
+++ core/branches/Branch_3_5/entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java	2010-06-08 14:50:55 UTC (rev 19700)
@@ -28,7 +28,7 @@
 
 /**
  * In EJB3, it is the create operation that is cascaded to unmanaged
- * ebtities at flush time (instead of the save-update operation in
+ * entities at flush time (instead of the save-update operation in
  * Hibernate).
  *
  * @author Gavin King



More information about the hibernate-commits mailing list