Fixed some DOS line endings which were breaking the jDocBook build
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19138 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
9f617a1969
commit
3de7cb68ad
|
@ -412,7 +412,7 @@ session.close();
|
|||
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue