Annotate newRepositoryCacheLoader() with @SuppressWarnings('rawtypes').

This commit is contained in:
John Blum
2020-08-15 18:28:11 -07:00
parent b0f79b5078
commit ffac909358

View File

@@ -169,6 +169,7 @@ public class RepositoryCacheLoaderRegionConfigurer<T, ID> implements RegionConfi
* @see org.apache.geode.cache.CacheLoader
* @see #getRepository()
*/
@SuppressWarnings("rawtypes")
protected RepositoryCacheLoader newRepositoryCacheLoader() {
return new RepositoryCacheLoader<>(getRepository());
}