Skip to content

Commit 0c8fe23

Browse files
committed
Update ConnectionPoolMetrics documentation
1 parent 2167eeb commit 0c8fe23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/src/main/java/org/neo4j/driver/ConnectionPoolMetrics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ public interface ConnectionPoolMetrics
5858
int creating();
5959

6060
/**
61-
* A counter to record how many connections have been successfully created with this pool since the pool is created.
61+
* A counter to record how many connections have been successfully created with this pool since the pool was created.
6262
* 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.
63+
* @return The amount of connections that have ever been created by this pool.
6464
*/
6565
long created();
6666

0 commit comments

Comments
 (0)