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 5ea8997ca7
commit fa00cb3f41
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();