From be0582a5e905f52497939d3f986c937db5cc9f1d 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/trunk@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 68201eed8..c1ea78dc4 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