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) {
if (!isClosed()) {
if (cacheProvider != null) {
cacheProvider.close( uri, classLoader );
cacheProvider.close(uri, classLoader);
}
for (Cache<?, ?> cache : caches.values()) {
try {

Loading…
Cancel
Save