Address broken build from 56866b3e68
This commit is contained in:
parent
56866b3e68
commit
7bc663dd49
|
@ -140,6 +140,11 @@ public class EquinoxConsoleWebSocketServlet extends WebSocketServlet implements
|
|||
_members.remove(this);
|
||||
}
|
||||
|
||||
public void onError(String message, Throwable ex)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue