We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a5430 commit fb691baCopy full SHA for fb691ba
src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java
@@ -62,7 +62,7 @@
62
* While clients of a {@link KeyedObjectPool} borrow and return instances of
63
* the underlying value type V, the factory methods act on instances of
64
* {@link PooledObject PooledObject<V>}. These are the object wrappers that
65
- * pools use to track and maintain state informations about the objects that
+ * pools use to track and maintain state information about the objects that
66
* they manage.
67
* </p>
68
*
0 commit comments