HHH-9975 checkstyle
This commit is contained in:
parent
eaf4c789b3
commit
6ca0a231a5
|
@ -202,7 +202,8 @@ public class CacheImpl implements CacheImplementor {
|
||||||
public boolean containsQuery(String regionName) {
|
public boolean containsQuery(String regionName) {
|
||||||
if ( sessionFactory.getSessionFactoryOptions().isQueryCacheEnabled() ) {
|
if ( sessionFactory.getSessionFactoryOptions().isQueryCacheEnabled() ) {
|
||||||
return queryCaches.containsKey(regionName);
|
return queryCaches.containsKey(regionName);
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue