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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 6 13:09:54 EST 2006


Author: christian.bauer at jboss.com
Date: 2006-11-06 13:09:47 -0500 (Mon, 06 Nov 2006)
New Revision: 10737

Modified:
   branches/Branch_3_2/Hibernate3/src/org/hibernate/Session.java
Log:
Fixed Javadoc

Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/Session.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/Session.java	2006-11-06 18:09:20 UTC (rev 10736)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/Session.java	2006-11-06 18:09:47 UTC (rev 10737)
@@ -614,7 +614,7 @@
 	/**
 	 * Return the persistent instance of the given entity class with the given identifier,
 	 * or null if there is no such persistent instance. (If the instance is already associated
-	 * with the session, return that instance. This method never returns an unitialized instance.)
+	 * with the session, return that instance. This method never returns an uninitialized instance.)
 	 *
 	 * @param clazz a persistent class
 	 * @param id an identifier
@@ -626,7 +626,7 @@
 	/**
 	 * Return the persistent instance of the given entity class with the given identifier,
 	 * or null if there is no such persistent instance. (If the instance is already associated
-	 * with the session, return that instance. This method never returns an unitialized instance.)
+	 * with the session, return that instance. This method never returns an uninitialized instance.)
 	 * Obtain the specified lock mode if the instance exists.
 	 *
 	 * @param clazz a persistent class
@@ -640,7 +640,7 @@
 	/**
 	 * Return the persistent instance of the given named entity with the given identifier,
 	 * or null if there is no such persistent instance. (If the instance is already associated
-	 * with the session, return that instance. This method never returns an unitialized instance.)
+	 * with the session, return that instance. This method never returns an uninitialized instance.)
 	 *
 	 * @param entityName the entity name
 	 * @param id an identifier
@@ -652,7 +652,7 @@
 	/**
 	 * Return the persistent instance of the given entity class with the given identifier,
 	 * or null if there is no such persistent instance. (If the instance is already associated
-	 * with the session, return that instance. This method never returns an unitialized instance.)
+	 * with the session, return that instance. This method never returns an uninitialized instance.)
 	 * Obtain the specified lock mode if the instance exists.
 	 *
 	 * @param entityName the entity name




More information about the hibernate-commits mailing list