Author: psteitz
Date: Sat Jul 10 19:17:41 2010
New Revision: 962903
URL: http://svn.apache.org/viewvc?rev=962903&view=rev
Log:
Fixed javadoc typo.
Modified:
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackObjectPool.java
Modified:
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackObjectPool.java
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackObjectPool.java?rev=962903&r1=962902&r2=962903&view=diff
==============================================================================
---
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackObjectPool.java
(original)
+++
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackObjectPool.java
Sat Jul 10 19:17:41 2010
@@ -211,7 +211,7 @@ public class StackObjectPool extends Bas
* </ul>
* If adding a validated, passivated returning instance to the stack would
cause
* {...@link #getMaxSleeping() maxSleeping} to be exceeded, the oldest
(bottom) instance on the stack
- * is destroyed to make room for the returning instance, which is pushed
on top of the stack.<p>
+ * is destroyed to make room for the returning instance, which is pushed
on top of the stack.</p>
*
* <p>Exceptions passivating or destroying instances are silently
swallowed. Exceptions validating
* instances are propagated to the client.</p>