Author: mcaspers
Date: 2011-02-06 18:15:24 -0500 (Sun, 06 Feb 2011)
New Revision: 29028
Modified:
trunk/hibernatetools/docs/reference/en-US/codegen.xml
Log:
Fixed Maven Build
Modified: trunk/hibernatetools/docs/reference/en-US/codegen.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/codegen.xml 2011-02-06 12:47:37 UTC (rev
29027)
+++ trunk/hibernatetools/docs/reference/en-US/codegen.xml 2011-02-06 23:15:24 UTC (rev
29028)
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
<chapter id="codegen">
<title>Controlling POJO code generation</title>
@@ -463,7 +462,7 @@
<note>
<title>Note:</title>
- <para>I) To escape the & symbol we put &amp;.
You could use <code> <![CDATA[]]></code> instead.</para>
+ <para>I) To escape the <code>&</code> symbol we put
<code>&</code><code>amp</code><code>;</code>.
You could use <code> <![CDATA[]]></code> instead.</para>
<para>
II) Note that we are referring to <code>firstName</code> directly
and this is the parameter name not the actual field name. If you want to refer the field
you have to use <code>this.firstName</code> instead.
</para>
Show replies by date