kirklund commented on code in PR #7571:
URL: https://github.com/apache/geode/pull/7571#discussion_r878595675
##########
geode-assembly/src/acceptanceTest/java/org/apache/geode/metrics/GatewayReceiverMetricsTest.java:
##########
@@ -178,7 +178,8 @@ public void stopClusters() {
String stopReceiverLocatorCommand = "stop locator --dir=" +
receiverLocatorFolder;
String stopSenderLocatorCommand = "stop locator --dir=" +
senderLocatorFolder;
- gfshRule.execute(stopReceiverServerCommand, stopSenderServerCommand,
stopReceiverLocatorCommand,
+ gfshRule.execute(stopReceiverServerCommand, stopSenderServerCommand,
+ stopReceiverLocatorCommand,
Review Comment:
Fix linewrap.
--
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]