docs: improve leader election

This commit is contained in:
Ilkka Seppälä
2024-05-06 13:25:09 +03:00
parent cb1872a7a4
commit c93f894814
10 changed files with 119 additions and 782 deletions
@@ -44,7 +44,7 @@ public abstract class AbstractMessageManager implements MessageManager {
}
/**
* Find the next instance with smallest ID.
* Find the next instance with the smallest ID.
*
* @return The next instance.
*/