diff --git a/Doc/Persist/topics.xml b/Doc/Persist/topics.xml
index c7e4ab24a9180ad40abaa7f3bc2bc83c90e8b27b..1d888d1df22a3ea3bbc63a8738ac54e5c3b615d5 100644
--- a/Doc/Persist/topics.xml
+++ b/Doc/Persist/topics.xml
@@ -449,12 +449,13 @@ public class Airline {
                         consistently renamed to
                         <property>icaoCode</property>Number <xref
                         linkend="glo_SqlDdl"/> code will still be properly
-                        generated. However this problem may be overcome by
-                        providing stable <xref linkend="glo_SqlDdl"/>
-                        attribute names via <code>@Column(name="icaoCode"
-                        ...)</code> thereby protecting the database from
-                        unnecessary schema evolution issues being inflicted by
-                        <xref linkend="glo_Java"/> code refactoring.</para>
+                        generated. However this problem may be overcome for
+                        our complex solution by providing stable <xref
+                        linkend="glo_SqlDdl"/> attribute names via
+                        <code>@Column(name="icaoCode" ...)</code> thereby
+                        protecting the database from unnecessary schema
+                        evolution issues being inflicted by <xref
+                        linkend="glo_Java"/> code refactoring.</para>
                       </listitem>
                     </orderedlist>
                   </glossdef>