Skip to content

Commit

Permalink
Merge branch 'apache:master' into OPENJPA-2908
Browse files Browse the repository at this point in the history
  • Loading branch information
cristof authored Jan 17, 2025
2 parents ba56a52 + 5dd74f6 commit c77e536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjpa-project/src/doc/manual/jpa_overview_meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ The equivalent declarations in XML:
<programlisting>
&lt;entity-mappings xmlns="https://jakarta.ee/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence/orm https://jakarta.ee/xml/ns/persistence/orm_3_0.xsd"
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence/orm https://jakarta.ee/xml/ns/persistence/orm/orm_3_0.xsd"
version="3.0"&gt;
&lt;entity class="org.xyz.PaymentContract" access="FIELD"&gt;
&lt;attributes&gt;
Expand Down

0 comments on commit c77e536

Please sign in to comment.