Address broken build from 56866b3e68

This commit is contained in:
Jesse McConnell 2011-08-01 14:39:25 -05:00
parent 56866b3e68
commit 7bc663dd49
1 changed files with 5 additions and 0 deletions

View File

@ -140,6 +140,11 @@ public class EquinoxConsoleWebSocketServlet extends WebSocketServlet implements
_members.remove(this);
}
public void onError(String message, Throwable ex)
{
}
}