mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 19:58:16 +00:00
HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
This commit is contained in:
parent
0f8fa7a12b
commit
606cc34049
@ -23,7 +23,7 @@ public void start() {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void stop() {
|
public void stop() {
|
||||||
available = true;
|
available = false;
|
||||||
|
|
||||||
// stop the underlying pool
|
// stop the underlying pool
|
||||||
lagPool.shutdown();
|
lagPool.shutdown();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user