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


The following commit(s) were added to refs/heads/master by this push:
     new 2bd2bf6  Remove trailing whitespace.
2bd2bf6 is described below

commit 2bd2bf6fb47da044fe3e6ae2788560ca94e21d8a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 8 11:08:27 2019 -0400

    Remove trailing whitespace.
---
 src/main/java/org/apache/commons/pool2/KeyedObjectPool.java | 4 ++--
 src/test/java/org/apache/commons/pool2/TestPoolUtils.java   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java 
b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
index b791f0a..cbafbb1 100644
--- a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
@@ -66,7 +66,7 @@ import java.util.NoSuchElementException;
  * @since 2.0
  */
 public interface KeyedObjectPool<K, V> extends Closeable {
-    
+
     /**
      * Create an object using the {@link KeyedPooledObjectFactory factory} or
      * other implementation dependent mechanism, passivate it, and then place 
it
@@ -107,7 +107,7 @@ public interface KeyedObjectPool<K, V> extends Closeable {
             addObject(key);
         }
     }
-    
+
     /**
      * Obtains an instance from this pool for the specified <code>key</code>.
      * <p>
diff --git a/src/test/java/org/apache/commons/pool2/TestPoolUtils.java 
b/src/test/java/org/apache/commons/pool2/TestPoolUtils.java
index e5db063..d99c6ae 100644
--- a/src/test/java/org/apache/commons/pool2/TestPoolUtils.java
+++ b/src/test/java/org/apache/commons/pool2/TestPoolUtils.java
@@ -46,7 +46,7 @@ import junit.framework.AssertionFailedError;
 
 /**
  * Unit tests for {@link PoolUtils}.
- * 
+ *
  * TODO Replace our own mocking with a mocking library like Mockito.
  */
 public class TestPoolUtils {

Reply via email to