HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
This commit is contained in:
parent
5ea8997ca7
commit
fa00cb3f41
|
@ -23,7 +23,7 @@ public class LatestAndGreatestConnectionProviderImpl
|
|||
|
||||
@Override
|
||||
public void stop() {
|
||||
available = true;
|
||||
available = false;
|
||||
|
||||
// stop the underlying pool
|
||||
lagPool.shutdown();
|
||||
|
|
Loading…
Reference in New Issue