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 2023/03/05 13:25:28 UTC

[commons-pool] 04/07: Remove trailing whitespace

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 2ce623f5bc168bd7a16e9e9761b1e3536742d742
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 5 08:11:04 2023 -0500

    Remove trailing whitespace
---
 .../java/org/apache/commons/pool2/pool407/Pool407NormalFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/pool2/pool407/Pool407NormalFactory.java b/src/test/java/org/apache/commons/pool2/pool407/Pool407NormalFactory.java
index 8ade79a4..03ade541 100644
--- a/src/test/java/org/apache/commons/pool2/pool407/Pool407NormalFactory.java
+++ b/src/test/java/org/apache/commons/pool2/pool407/Pool407NormalFactory.java
@@ -35,7 +35,7 @@ public final class Pool407NormalFactory extends AbstractPool407Factory {
     public Pool407Fixture create() {
         // When this returns null, we fail-fast internally and borrowsObject() throws an exception.
         //
-        // Old note: 
+        // Old note:
         // This is key to the test, creation failed and returns null for instance see
         // https://github.com/openhab/openhab-core/blob/main/bundles/org.openhab.core.io.transport.modbus/src/main/java/org/openhab/core/io/transport/modbus/internal/pooling/ModbusSlaveConnectionFactoryImpl.java#L163
         // the test passes when this returns new Pool407Fixture();