From 302019514727e10cdf72bb0352e92c098c376ff6 Mon Sep 17 00:00:00 2001 From: "Kevin W. Sutter" Date: Sat, 20 Oct 2007 16:17:47 +0000 Subject: [PATCH] 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 --- openjpa-project/src/doc/manual/ref_guide_runtime.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_runtime.xml b/openjpa-project/src/doc/manual/ref_guide_runtime.xml index c1ea78dc4..df2862ff0 100644 --- a/openjpa-project/src/doc/manual/ref_guide_runtime.xml +++ b/openjpa-project/src/doc/manual/ref_guide_runtime.xml @@ -178,7 +178,7 @@ with the openjpa.BrokerImpl configuration property. Set this property to the full class name of your custom subclass. When implementing your subclass, consider the finalization issues mentioned in -. It may be appropriate +. It may be appropriate to create a subtype of both org.apache.openjpa.kernel.BrokerImpl and