This is an automated email from the ASF dual-hosted git repository.
samt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 973d45f7c8 ninja: fix previous merge commit
973d45f7c8 is described below
commit 973d45f7c8eb8f55f5de6ad61efeee751e8be703
Author: Sam Tunnicliffe <[email protected]>
AuthorDate: Fri Nov 28 11:30:36 2025 +0000
ninja: fix previous merge commit
---
src/java/org/apache/cassandra/gms/FailureDetector.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/java/org/apache/cassandra/gms/FailureDetector.java
b/src/java/org/apache/cassandra/gms/FailureDetector.java
index 0653fa3e84..693cf578bb 100644
--- a/src/java/org/apache/cassandra/gms/FailureDetector.java
+++ b/src/java/org/apache/cassandra/gms/FailureDetector.java
@@ -445,6 +445,7 @@ public class FailureDetector implements IFailureDetector,
FailureDetectorMBean
{
super("Unknown endpoint: " + ep);
}
+ }
/**
* Only for testing. In production code, ArrivalWindow instances call
getMaxInterval() during
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]