Author: markt
Date: Sun May  6 21:10:04 2012
New Revision: 1334772

URL: http://svn.apache.org/viewvc?rev=1334772&view=rev
Log:
Fix POOL-219. Replace references to the removed StackObjectPool.

Modified:
    commons/proper/pool/trunk/src/site/xdoc/examples.xml

Modified: commons/proper/pool/trunk/src/site/xdoc/examples.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/xdoc/examples.xml?rev=1334772&r1=1334771&r2=1334772&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/xdoc/examples.xml (original)
+++ commons/proper/pool/trunk/src/site/xdoc/examples.xml Sun May  6 21:10:04 
2012
@@ -168,10 +168,10 @@ public class StringBufferFactory extends
 }
 </source>
       <p>
-       We can, for example, use this factory with the 
<code>StackObjectPool</code> to instantiate our
+       We can, for example, use this factory with the 
<code>GenericObjectPool</code> to instantiate our
        <code>ReaderUtil</code> as follows:
       </p>
-<source>new ReaderUtil(new StackObjectPool&lt;StringBuffer&gt;(new 
StringBufferFactory()))</source>
+<source>new ReaderUtil(new GenericObjectPool&lt;StringBuffer&gt;(new 
StringBufferFactory()))</source>
       </section>
    </body>
 </document>


Reply via email to