You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/06 23:21:21 UTC

[commons-pool] 03/03: Remove trailing white space.

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 65980097be1861a495512b49ffff826a1073bde7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Oct 6 19:08:33 2019 -0400

    Remove trailing white space.
---
 src/main/java/org/apache/commons/pool2/PooledObject.java        | 2 +-
 src/main/java/org/apache/commons/pool2/PooledObjectState.java   | 2 +-
 src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/pool2/PooledObject.java b/src/main/java/org/apache/commons/pool2/PooledObject.java
index 9cac096..d39b0a3 100644
--- a/src/main/java/org/apache/commons/pool2/PooledObject.java
+++ b/src/main/java/org/apache/commons/pool2/PooledObject.java
@@ -59,7 +59,7 @@ public interface PooledObject<T> extends Comparable<PooledObject<T>> {
 
     /**
      * Gets the number of times this object has been borrowed.
-     * 
+     *
      * @return -1 by default for old implementations prior to release 2.7.0.
      * @since 2.7.0
      */
diff --git a/src/main/java/org/apache/commons/pool2/PooledObjectState.java b/src/main/java/org/apache/commons/pool2/PooledObjectState.java
index 68fa3b4..d10a9f3 100644
--- a/src/main/java/org/apache/commons/pool2/PooledObjectState.java
+++ b/src/main/java/org/apache/commons/pool2/PooledObjectState.java
@@ -22,7 +22,7 @@ package org.apache.commons.pool2;
  * @since 2.0
  */
 public enum PooledObjectState {
-    
+
     /**
      * In the queue, not in use.
      */
diff --git a/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java b/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
index eaf58fb..c1bff0a 100644
--- a/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
+++ b/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
@@ -27,7 +27,7 @@ public final class CallStackUtils {
 
     /**
      * Returns whether the caller can create a security manager in the current environment.
-     * 
+     *
      * @return {@code true} if it is able to create a security manager in the current environment, {@code false}
      *         otherwise.
      */