mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
HHH-9975 checkstyle
This commit is contained in:
parent
5016f208ba
commit
31e32ec8cd
@ -202,7 +202,8 @@ public void evictCollectionRegions() {
|
|||||||
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…
x
Reference in New Issue
Block a user