HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl

This commit is contained in:
Dmytro Bondar 2016-07-07 19:29:00 +03:00 committed by Vlad Mihalcea
parent 0f8fa7a12b
commit 606cc34049

View File

@ -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();