Skip to content

Commit efd8894

Browse files
committed
Update Replica.java
1 parent d88fc29 commit efd8894

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

simulator/src/main/java/byzzbench/simulator/Replica.java

-10
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,6 @@ public void sendReplyToClient(String clientId, Serializable reply) {
181181
this.transport.sendClientResponse(this, new DefaultClientReplyPayload(reply), clientId);
182182
}
183183

184-
/**
185-
* Handle a message received by this replica.
186-
*
187-
* @param sender the ID of the sender
188-
* @param message the message payload
189-
* @throws Exception if an error occurs while handling the message
190-
*/
191-
public abstract void handleMessage(String sender, MessagePayload message)
192-
throws Exception;
193-
194184
/**
195185
* Commit an operation to the commit log and notify observers.
196186
*

0 commit comments

Comments
 (0)