From 215efaa6361eee42362e25dad964142b9d717818 Mon Sep 17 00:00:00 2001 From: "Kevin W. Sutter" Date: Fri, 19 Oct 2007 19:36:21 +0000 Subject: [PATCH] Minor update to doc to fix up a reference tag. Question marks (???) were being displayed instead of the section reference. git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@586587 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 8b87c4a02..84902e93a 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