HHH-15114 - Clean up deprecations

This commit is contained in:
Steve Ebersole 2022-03-08 21:39:21 -06:00
parent d4f4d09a0c
commit 3dc0dd0a6f
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class DisabledCaching implements CacheImplementor {
@Override
public Set<String> getCacheRegionNames() {
return null;
return Collections.emptySet();
}
@Override @Deprecated