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 2020/08/30 15:41:33 UTC

[commons-pool] branch master updated: Add in-line comment.

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 aa6625f  Add in-line comment.
aa6625f is described below

commit aa6625feb3f76e17117666135710cdafd769f32e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 30 11:41:25 2020 -0400

    Add in-line comment.
---
 src/main/java/org/apache/commons/pool2/PoolUtils.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/pool2/PoolUtils.java b/src/main/java/org/apache/commons/pool2/PoolUtils.java
index b34a847..b07db0d 100644
--- a/src/main/java/org/apache/commons/pool2/PoolUtils.java
+++ b/src/main/java/org/apache/commons/pool2/PoolUtils.java
@@ -1836,6 +1836,7 @@ public final class PoolUtils {
         /**
          * {@inheritDoc}
          */
+        @SuppressWarnings("resource") // getKeyedPool(): ivar access
         @Override
         public String toString() {
             return "ErodingPerKeyKeyedObjectPool{" + "factor=" + factor +