Skip to content

Commit 2167eeb

Browse files
Update driver/src/main/java/org/neo4j/driver/ConnectionPoolMetrics.java
Co-authored-by: Gerrit Meier <meistermeier@gmail.com>
1 parent 0e0e61e commit 2167eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public interface ConnectionPoolMetrics
6060
/**
6161
* A counter to record how many connections have been successfully created with this pool since the pool is created.
6262
* This number increases every time when a connection is successfully created.
63-
* @return The amount of connections has ever been created by this pool.
63+
* @return The amount of connections that has ever been created by this pool.
6464
*/
6565
long created();
6666

0 commit comments

Comments
 (0)