Codestyle

Signed-off-by: Michael Cheremuhin <michael.cheremuhin@worldapp.com>
pull/2611/head
Michael Cheremuhin 5 years ago
parent 343ad255bb
commit 274d187319

@ -357,7 +357,7 @@ public class JCacheManager implements CacheManager {
synchronized (this) { synchronized (this) {
if (!isClosed()) { if (!isClosed()) {
if (cacheProvider != null) { if (cacheProvider != null) {
cacheProvider.close( uri, classLoader ); cacheProvider.close(uri, classLoader);
} }
for (Cache<?, ?> cache : caches.values()) { for (Cache<?, ?> cache : caches.values()) {
try { try {

Loading…
Cancel
Save