This is an automated email from the ASF dual-hosted git repository. markt 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 faf335c Trivial clean-up faf335c is described below commit faf335c2b51590fcbd1a911fa3991cde9ea417d7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 2 12:44:34 2021 +0100 Trivial clean-up --- src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java b/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java index ef728db..5b86a15 100644 --- a/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java +++ b/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.pool2.impl; import java.io.OutputStreamWriter;