Typo in my doc markup. Fixing the build break.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@586756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2007-10-20 16:17:47 +00:00
parent 61c789dbaf
commit 3020195147
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ with the <link linkend="openjpa.BrokerImpl"><literal>openjpa.BrokerImpl
</literal></link> configuration property. Set this property to the full class
name of your custom subclass. When implementing your subclass, consider the
finalization issues mentioned in
<link linkend="ref_guide_runtime_broker_finalization">. It may be appropriate
<xref linkend="ref_guide_runtime_broker_finalization"/>. It may be appropriate
to create a subtype of both
<ulink url="../javadoc/org/apache/openjpa/kernel/BrokerImpl.html">
<classname>org.apache.openjpa.kernel.BrokerImpl</classname></ulink> and