[hibernate-commits] Hibernate SVN: r19138 - core/trunk/documentation/manual/src/main/docbook/en-US/content.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Mar 29 23:24:38 EDT 2010


Author: misty at redhat.com
Date: 2010-03-29 23:24:37 -0400 (Mon, 29 Mar 2010)
New Revision: 19138

Modified:
   core/trunk/documentation/manual/src/main/docbook/en-US/content/readonly.xml
Log:
Fixed some DOS line endings which were breaking the jDocBook build


Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/readonly.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/readonly.xml	2010-03-30 01:37:23 UTC (rev 19137)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/readonly.xml	2010-03-30 03:24:37 UTC (rev 19138)
@@ -412,8 +412,7 @@
             
             <para>        
                 To throw away non-flushed changes and make the persistent entity 
-                consistent with its database representation, call:
-            </para>
+                consistent with its database representation, call:           </para>
             <programlisting role="Java">session.refresh( entity );</programlisting>
 
             <para>



More information about the hibernate-commits mailing list