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
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class LatestAndGreatestConnectionProviderImpl
@Override
public void stop() {
available = true;
available = false;
// stop the underlying pool
lagPool.shutdown();