This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit c0c3631f9a1ffc9daed616404b728aa3c7dc8d6f Author: Gary Gregory <[email protected]> AuthorDate: Tue Jun 29 09:21:35 2021 -0400 Remove whitespace. --- src/main/java/org/apache/commons/pool2/KeyedObjectPool.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java index cac55ac..4b930bd 100644 --- a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java +++ b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java @@ -271,7 +271,6 @@ public interface KeyedObjectPool<K, V> extends Closeable { */ void invalidateObject(K key, V obj) throws Exception; - /** * Invalidates an object from the pool, using the provided * {@link DestroyMode}.
