We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2167eeb commit 0c8fe23Copy full SHA for 0c8fe23
driver/src/main/java/org/neo4j/driver/ConnectionPoolMetrics.java
@@ -58,9 +58,9 @@ public interface ConnectionPoolMetrics
58
int creating();
59
60
/**
61
- * A counter to record how many connections have been successfully created with this pool since the pool is created.
+ * A counter to record how many connections have been successfully created with this pool since the pool was created.
62
* This number increases every time when a connection is successfully created.
63
- * @return The amount of connections that has ever been created by this pool.
+ * @return The amount of connections that have ever been created by this pool.
64
*/
65
long created();
66
0 commit comments