HHH-15114 - Clean up deprecations
This commit is contained in:
parent
d4f4d09a0c
commit
3dc0dd0a6f
|
@ -179,7 +179,7 @@ public class DisabledCaching implements CacheImplementor {
|
|||
|
||||
@Override
|
||||
public Set<String> getCacheRegionNames() {
|
||||
return null;
|
||||
return Collections.emptySet();
|
||||
}
|
||||
|
||||
@Override @Deprecated
|
||||
|
|
Loading…
Reference in New Issue