Fixing compilation issue
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
737144a35e
commit
c980e3dd34
|
@ -40,7 +40,7 @@ public class WebSocketProtocolTest
|
|||
public void startServer() throws Exception
|
||||
{
|
||||
server = new BrowserDebugTool();
|
||||
server.prepare(0);
|
||||
server.prepare(0, 0);
|
||||
server.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue