Suppress warning on raw type usage.

This commit is contained in:
John Blum
2020-05-18 19:42:31 -07:00
parent 07698f2580
commit a0146617e8

View File

@@ -127,6 +127,7 @@ public class GemFireServer implements Runnable {
return sessions;
}
@SuppressWarnings("rawtypes")
protected Index createClusteredSpringSessionsRegionPrincipalNameIndex(Region sessionsRegion) {
String indexName = "principalNameIndex";