Fix JavaDoc typo

pull/1135/head
Brett Wooldridge 7 years ago
parent 368b3ab692
commit 9d1b13327e

@ -58,7 +58,7 @@ public interface HikariPoolMXBean
int getThreadsAwaitingConnection();
/**
* Evict currently idle connections from the pool, and mark active (in-use) connection for eviction when they are
* Evict currently idle connections from the pool, and mark active (in-use) connections for eviction when they are
* returned to the pool.
*/
void softEvictConnections();

Loading…
Cancel
Save