jmelchio commented on code in PR #7631: URL: https://github.com/apache/geode/pull/7631#discussion_r861185241
########## geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/tests/VMDistributedTest.java: ########## @@ -89,7 +89,7 @@ public void testReturnValue() throws Exception { final Host host = Host.getHost(0); final VM vm = host.getVM(0); // Assert class static invocation works - AsyncInvocation a1 = vm.invokeAsync(VMDistributedTest::getAndIncStaticCount); + AsyncInvocation<?> a1 = vm.invokeAsync(VMDistributedTest::getAndIncStaticCount); Review Comment: Thanks for the quick turnaround @yozaner1324 👍 -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org