jvarenina commented on code in PR #7856: URL: https://github.com/apache/geode/pull/7856#discussion_r972706616
########## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/StartGatewaySenderCommand.java: ########## @@ -77,6 +77,44 @@ public ResultModel startGatewaySender(@CliOption(key = CliStrings.START_GATEWAYS return ResultModel.createError(CliStrings.NO_MEMBERS_FOUND_MESSAGE); } + if (cleanQueues) { + + GatewaySenderMXBean bean; + boolean commmandRejected = false; Review Comment: typo -- 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