pivotal-jbarrett commented on a change in pull request #6702:
URL: https://github.com/apache/geode/pull/6702#discussion_r680260434
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GatewayReceiverCommand.java
##########
@@ -228,6 +224,7 @@ public void cmdExecute(final Message clientMessage, final
ServerConnection serve
long versionTimeStamp;
Part callbackArgExistsPart;
LocalRegion region;
+ Object callbackArg = null;
switch (actionType) {
case 0: // Create
try {
Review comment:
I will have a look. Many of these changes are just automated and I don't
look at all the surrounding content.
--
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]