SPRNET-1541 fix documentation to show correct prototype configuration via XML

This commit is contained in:
Marko Lahma
2013-12-24 10:48:06 +02:00
parent 25029d3398
commit c869de5cac

View File

@@ -3827,7 +3827,7 @@ public class MyClassFactory
<para>The following examples defines an object as a prototype in
XML:</para>
<programlisting language="myxml">&lt;object id="exampleObject" type="Examples.ExampleObject, ExamplesLibrary" scope="prototype"/&gt;</programlisting>
<programlisting language="myxml">&lt;object id="exampleObject" type="Examples.ExampleObject, ExamplesLibrary" singleton="false"/&gt;</programlisting>
<note>
<para>The <literal>&lt;singleton/&gt;</literal> attribute was