|
Change Return Type RaftState to Raft.State in method public type() : Raft.State in class net.kuujo.copycat.raft.state.CandidateState |
From |
To |
|
Change Return Type RaftState to State in method public state() : State in class net.kuujo.copycat.raft.Raft |
From |
To |
|
Change Return Type RaftState to Raft.State in method public type() : Raft.State in class net.kuujo.copycat.raft.state.FollowerState |
From |
To |
|
Change Return Type RaftState to Raft.State in method public type() : Raft.State in class net.kuujo.copycat.raft.state.StartState |
From |
To |
|
Change Return Type CompletableFuture<RaftState> to CompletableFuture<Raft.State> in method package transition(state Class<? extends AbstractState>) : CompletableFuture<Raft.State> in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type RaftState to Raft.State in method public type() : Raft.State in class net.kuujo.copycat.raft.state.PassiveState |
From |
To |
|
Change Return Type RaftState to Raft.State in method public abstract type() : Raft.State in class net.kuujo.copycat.raft.state.AbstractState |
From |
To |
|
Change Return Type RaftState to Raft.State in method public getState() : Raft.State in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type RaftState to Raft.State in method public type() : Raft.State in class net.kuujo.copycat.raft.state.LeaderState |
From |
To |