mivanac commented on code in PR #7664:
URL: https://github.com/apache/geode/pull/7664#discussion_r911633021


##########
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/tier/sockets/UpdatePropagationDistributedTest.java:
##########
@@ -258,7 +309,7 @@ private Integer createServerCache() throws Exception {
     server.setPort(port);
     server.setNotifyBySubscription(true);
     server.start();
-    return server.getPort();
+    return new Integer(server.getPort());

Review Comment:
   Thanks for comments. Updated.



-- 
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

Reply via email to