HHH-6456 don't know why this fix lost
This commit is contained in:
parent
d56ebfb443
commit
24e3d1ce72
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
<!DOCTYPE hibernate-mapping PUBLIC
|
<!DOCTYPE hibernate-mapping PUBLIC
|
||||||
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
||||||
"http://hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
||||||
|
|
||||||
<hibernate-mapping package="org.hibernate.test.propertyref.cachedcollections">
|
<hibernate-mapping package="org.hibernate.test.propertyref.cachedcollections">
|
||||||
|
|
||||||
|
@ -46,4 +46,4 @@
|
||||||
</set>
|
</set>
|
||||||
</class>
|
</class>
|
||||||
|
|
||||||
</hibernate-mapping>
|
</hibernate-mapping>
|
||||||
|
|
Loading…
Reference in New Issue