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:
misty 2010-03-30 03:24:37 +00:00
parent 9f617a1969
commit 3de7cb68ad
1 changed files with 1 additions and 1 deletions

View File

@ -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>