[hibernate-commits] Hibernate SVN: r20891 - in core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine: loading and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 8 23:51:08 EST 2011


Author: stliu
Date: 2011-02-08 23:51:08 -0500 (Tue, 08 Feb 2011)
New Revision: 20891

Modified:
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/StatefulPersistenceContext.java
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/loading/LoadContexts.java
Log:
correct typo in javadoc

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/StatefulPersistenceContext.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/StatefulPersistenceContext.java	2011-02-09 04:48:50 UTC (rev 20890)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/StatefulPersistenceContext.java	2011-02-09 04:51:08 UTC (rev 20891)
@@ -291,7 +291,7 @@
 	 * <p/>
 	 * This differs from {@link #getDatabaseSnapshot} is two important respects:<ol>
 	 * <li>no snapshot is obtained from the database if not already cached</li>
-	 * <li>an entry of {@link #NO_ROW} here is interpretet as an exception</li>
+	 * <li>an entry of {@link #NO_ROW} here is interpreted as an exception</li>
 	 * </ol>
 	 * @param key The entity key for which to retrieve the cached snapshot
 	 * @return The cached snapshot
@@ -359,7 +359,7 @@
 	}
 
 	/**
-	 * Retreive the EntityEntry representation of the given entity.
+	 * Retrieve the EntityEntry representation of the given entity.
 	 *
 	 * @param entity The entity for which to locate the EntityEntry.
 	 * @return The EntityEntry for the given entity.

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/loading/LoadContexts.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/loading/LoadContexts.java	2011-02-09 04:48:50 UTC (rev 20890)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/engine/loading/LoadContexts.java	2011-02-09 04:51:08 UTC (rev 20891)
@@ -29,7 +29,7 @@
  * implementations.
  * <p/>
  * Considering the JDBC-redesign work, would further like this contextual info
- * not mapped seperately, but available based on the result set being processed.
+ * not mapped separately, but available based on the result set being processed.
  * This would also allow maintaining a single mapping as we could reliably get
  * notification of the result-set closing...
  *



More information about the hibernate-commits mailing list