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

This commit is contained in:
John Blum
2020-08-15 18:28:37 -07:00
parent ffac909358
commit 01272aa6f3

View File

@@ -165,6 +165,7 @@ public class RepositoryCacheWriterRegionConfigurer<T, ID> implements RegionConfi
* @see org.apache.geode.cache.CacheWriter
* @see #getRepository()
*/
@SuppressWarnings("rawtypes")
protected RepositoryCacheWriter newRepositoryCacheWriter() {
return new RepositoryCacheWriter<>(getRepository());
}