Suppress warning on raw type usage.
This commit is contained in:
@@ -127,6 +127,7 @@ public class GemFireServer implements Runnable {
|
||||
return sessions;
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
protected Index createClusteredSpringSessionsRegionPrincipalNameIndex(Region sessionsRegion) {
|
||||
|
||||
String indexName = "principalNameIndex";
|
||||
|
||||
Reference in New Issue
Block a user