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 575682c commit 921ac63Copy full SHA for 921ac63
driver/src/main/java/org/neo4j/driver/internal/metrics/DevNullMetricsListener.java
@@ -95,6 +95,6 @@ public void removePoolMetrics( String poolId )
95
@Override
96
public String toString()
97
{
98
- return "Driver metrics are not available when they are not enabled.";
+ return "Driver metrics are not available if they are not enabled.";
99
}
100
0 commit comments