fixed closing cdata sections

This commit is contained in:
Michael Hunger
2011-07-19 03:03:26 +02:00
parent df2870a878
commit 718d1b3f2e
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@
</bean>
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager"/>
]]>]]></programlisting>
]]></programlisting>
</example>
<para>
One can also configure a stock XA transaction manager (e.g. Atomikos, JOTM, App-Server-TM) to be
@@ -104,7 +104,7 @@
</bean>
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager"/>
]]>]]></programlisting>
]]></programlisting>
</example>
</section>

View File

@@ -277,7 +277,7 @@ repositories {
</bean>
...
</beans>
]]>]]></programlisting>
]]></programlisting>
</example>
</para>

View File

@@ -31,7 +31,7 @@ neo.createRelationship(mark,thomas, WORKS_WITH, _("project","spring-data"));
neo.index("devs",thomas, "name","Thomas");
assert "Mark".equals(neo.query("devs","name","Mark",new NodeNamePathMapper()));
]]>]]></programlisting>
]]></programlisting>
</example>
</section>
<section>