mhansonp commented on code in PR #7493:
URL: https://github.com/apache/geode/pull/7493#discussion_r859049465
##########
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/execute/PRClientServerTestBase.java:
##########
@@ -131,26 +135,26 @@ ArrayList createCommonServerAttributes(String regionName,
PartitionResolver pr,
return commonAttributes;
}
- public static Integer createCacheServer(ArrayList commonAttributes, Integer
localMaxMemory) {
+ public static Integer createCacheServer(ArrayList<?> commonAttributes,
Integer localMaxMemory) {
return createCacheServer(commonAttributes, localMaxMemory, -1);
}
- public static Integer createCacheServer(ArrayList commonAttributes, Integer
localMaxMemory,
+ public static Integer createCacheServer(ArrayList<?> commonAttributes,
Integer localMaxMemory,
Review Comment:
commonAttributes is of type Object
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]