Skip to content

Commit 03cc8d8

Browse files
committed
SSL SOCKS proxy test
1 parent 86ca997 commit 03cc8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/test/java/quickfix/mina/SocksProxyServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public SocksProxyServer(int port) {
3737

3838
public synchronized void start() {
3939
if (channel != null) {
40-
throw new IllegalStateException("Socks proxy server is running already");
40+
throw new IllegalStateException("SOCKS proxy server is running already");
4141
}
4242

4343
try {

0 commit comments

Comments
 (0)