Skip to content

Commit b332f8f

Browse files
committed
Fix typos in comments
1 parent 5b9ec7c commit b332f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/pool2/proxy/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* The <code>org.apache.commons.pool2.proxy</code> package defines a
2222
* object pool that wraps all objects returned to clients. This allows it
2323
* to disable those proxies when the objects are returned thereby enabling
24-
* the continued use of those objects by clients to be detected..
24+
* the continued use of those objects by clients to be detected.
2525
* </p>
2626
* <p>
2727
* Support is provided for <code>java.lang.reflect.Proxy</code> and for

0 commit comments

Comments
 (0)