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 664a6e8 Minor formatting tweak.
664a6e8 is described below
commit 664a6e8e8d8c640a0db6827161ddd293d6e71ec2
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 12 08:40:28 2019 -0400
Minor formatting tweak.
---
src/main/java/org/apache/commons/pool2/PooledObjectState.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/java/org/apache/commons/pool2/PooledObjectState.java
b/src/main/java/org/apache/commons/pool2/PooledObjectState.java
index 844e301..68fa3b4 100644
--- a/src/main/java/org/apache/commons/pool2/PooledObjectState.java
+++ b/src/main/java/org/apache/commons/pool2/PooledObjectState.java
@@ -22,6 +22,7 @@ package org.apache.commons.pool2;
* @since 2.0
*/
public enum PooledObjectState {
+
/**
* In the queue, not in use.
*/