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 86ca997 commit 03cc8d8Copy full SHA for 03cc8d8
quickfixj-core/src/test/java/quickfix/mina/SocksProxyServer.java
@@ -37,7 +37,7 @@ public SocksProxyServer(int port) {
37
38
public synchronized void start() {
39
if (channel != null) {
40
- throw new IllegalStateException("Socks proxy server is running already");
+ throw new IllegalStateException("SOCKS proxy server is running already");
41
}
42
43
try {
0 commit comments