kirklund commented on code in PR #7554: URL: https://github.com/apache/geode/pull/7554#discussion_r857808320
########## geode-core/src/main/java/org/apache/geode/distributed/internal/ClusterDistributionManager.java: ########## @@ -2373,7 +2398,7 @@ public void memberDeparted(InternalDistributedMember theId, boolean crashed, Str message.setCrashed(crashed); message.setAlertListenerExpected(true); message.setIgnoreAlertListenerRemovalFailure(true); // we don't know if it was a listener - // so + // so Review Comment: I usually take those trailing comments and move them above the line they are commenting, so that's what I recommend doing here. -- 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