Skip to content

Commit

Permalink
HHH-9986 - Fix reference manual inconsistencies for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Jul 29, 2015
1 parent 98d188f commit 5b09dcb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,17 +241,17 @@

<example>
<title>Using Transaction API in JDBC</title>
<programlinsting role="JAVA"><xi:include href="extras/jdbc.java"/></programlinsting>
<programlinsting role="JAVA"><xi:include href="extras/jdbc.java" parse="text"/></programlinsting>
</example>

<example>
<title>Using Transaction API in JTA (CMT)</title>
<programlinsting role="JAVA"><xi:include href="extras/cmt.java"/></programlinsting>
<programlinsting role="JAVA"><xi:include href="extras/cmt.java" parse="text"/></programlinsting>
</example>

<example>
<title>Using Transaction API in JTA (BMT)</title>
<programlinsting role="JAVA"><xi:include href="extras/bmt.java"/></programlinsting>
<programlinsting role="JAVA"><xi:include href="extras/bmt.java" parse="text"/></programlinsting>
</example>

<para>
Expand Down

0 comments on commit 5b09dcb

Please sign in to comment.