Skip to content

Commit ff90fab

Browse files
committed
fix invariantsHold signature
1 parent 107ce5b commit ff90fab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: simulator/src/main/java/byzzbench/simulator/Scenario.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import byzzbench.simulator.transport.Transport;
66
import com.fasterxml.jackson.databind.JsonNode;
77

8-
import java.io.IOException;
98
import java.io.Serializable;
109
import java.util.List;
1110
import java.util.NavigableMap;
@@ -170,7 +169,7 @@ public interface Scenario extends Serializable {
170169
*
171170
* @return True if the invariants hold, false otherwise.
172171
*/
173-
boolean invariantsHold() throws IOException;
172+
boolean invariantsHold();
174173

175174
/**
176175
* Get the random number generator for the scenario.

0 commit comments

Comments
 (0)