mirror of https://github.com/apache/openjpa.git
Fixed minor syntax bug in ORM file.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@834181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75f3a174a4
commit
218f57a731
|
@ -22,7 +22,7 @@
|
|||
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm orm_2_0.xsd"
|
||||
version="2.0">
|
||||
<persistence-unit-metadata>
|
||||
<persistence-unit-defaults/>
|
||||
<persistence-unit-defaults>
|
||||
<description> This is an orm 2.0 element</description>
|
||||
</persistence-unit-defaults>
|
||||
</persistence-unit-metadata>
|
||||
|
|
Loading…
Reference in New Issue