We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd2434 commit 2741edaCopy full SHA for 2741eda
quickfixj-stress-test/src/main/java/quickfix/MemoryStoreStressTest.java
@@ -126,19 +126,11 @@ public void incrementTargetSequence() {
126
}
127
128
public int getSenderSequence() {
129
- try {
130
- return store.getNextSenderMsgSeqNum();
131
- } catch (IOException e) {
132
- throw new RuntimeException(e);
133
- }
+ return store.getNextSenderMsgSeqNum();
134
135
136
public int getTargetSequence() {
137
138
- return store.getNextTargetMsgSeqNum();
139
140
141
+ return store.getNextTargetMsgSeqNum();
142
143
144
0 commit comments