cziegeler 2003/07/29 05:43:47
Modified: component/src/java/org/apache/avalon/excalibur/component
PoolableComponentHandler.java
Log:
Fix typos
Revision Changes Path
1.9 +4 -4
avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java
Index: PoolableComponentHandler.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PoolableComponentHandler.java 7 Jul 2003 16:27:54 -0000 1.8
+++ PoolableComponentHandler.java 29 Jul 2003 12:43:47 -0000 1.9
@@ -81,10 +81,10 @@
* Configuration Attributes:
* <ul>
* <li>The <code>pool-max</code> attribute is used to set the maximum number of
components which
- * will be pooled. See the <code>pool-max-scrict</code> and
<code>pool-blocking</code>
+ * will be pooled. See the <code>pool-max-strict</code> and
<code>pool-blocking</code>
* attributes. (Defaults to "8")</li>
*
- * <li>The <code>pool-max-scrict</code> attribute is used to configure whether the
Component
+ * <li>The <code>pool-max-strict</code> attribute is used to configure whether the
Component
* Manager should allow more than <code>pool-max</code> Poolables to be looked up
at the same
* time. Setting this to true will throw an exception if the
<code>pool-blocking</code> attribute
* is false. A value of false will allow additional instances of the Component to
be created
@@ -94,7 +94,7 @@
* should block or throw an Exception when more than <code>pool-max</code>
Poolables are looked
* up at the same time. Setting this to true will cause requests to block until
another thread
* releases a Poolable back to the Component Manager. False will cause an
exception to be thrown.
- * This attribute is ignored if <code>pool-max-scrict</code> is false. (Defaults
to "true")</li>
+ * This attribute is ignored if <code>pool-max-strict</code> is false. (Defaults
to "true")</li>
*
* <li>The <code>pool-timeout</code> attribute is used to specify the maximum
amount of time in
* milliseconds that a lookup will block for if Poolables are unavailable. If the
timeout expires
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]