From c869de5cac67fbf9f2b5c61886fcb4361472cedc Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Tue, 24 Dec 2013 10:48:06 +0200 Subject: [PATCH] SPRNET-1541 fix documentation to show correct prototype configuration via XML --- doc/reference/src/objects.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml index e180dbd1..0ac637b0 100644 --- a/doc/reference/src/objects.xml +++ b/doc/reference/src/objects.xml @@ -3827,7 +3827,7 @@ public class MyClassFactory The following examples defines an object as a prototype in XML: - <object id="exampleObject" type="Examples.ExampleObject, ExamplesLibrary" scope="prototype"/> + <object id="exampleObject" type="Examples.ExampleObject, ExamplesLibrary" singleton="false"/> The <singleton/> attribute was