added color syntax high-light to docs; removed unsupported language refs in programlistings

This commit is contained in:
Thomas Risberg
2011-04-18 14:57:57 -04:00
parent 640573b2c2
commit 9675534ddf
10 changed files with 106 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ movie.setTopActor(actor);
previously persisted to the graph:
<example>
<title>Cascade for modified fields</title>
<programlisting><![CDATA[actor.setName("Billy Bob");
<programlisting language="java"><![CDATA[actor.setName("Billy Bob");
movie.persist();
]]></programlisting>
</example>