[hibernate-commits] Hibernate SVN: r17036 - jpa-api/trunk/src/main/java/javax/persistence.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 8 05:09:38 EDT 2009


Author: epbernard
Date: 2009-07-08 05:09:38 -0400 (Wed, 08 Jul 2009)
New Revision: 17036

Modified:
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java
Log:
JavaDoc

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java	2009-07-08 09:05:06 UTC (rev 17035)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java	2009-07-08 09:09:38 UTC (rev 17036)
@@ -14,7 +14,8 @@
 	/**
 	 * Determine the load state of a given persistent attribute
 	 * regardless of the persistence provider that created the
-	 * containing entity. * @param attributeName name of attribute whose load state is * to be determined
+	 * containing entity.
+	 * @param attributeName name of attribute whose load state is * to be determined
 	 *
 	 * @return false if entity's state has not been loaded or
 	 *         if the attribute state has not been loaded, otherwise true




More information about the hibernate-commits mailing list