revert change

This commit is contained in:
Jesse McConnell 2012-06-26 13:52:20 -05:00
parent 9a9d24ecff
commit 604f700a82
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class WebSocketServerFactory extends AbstractLifeCycle
this.policy = policy;
}
public boolean ˇ(HttpServletRequest request, HttpServletResponse response)
public boolean acceptWebSocket(HttpServletRequest request, HttpServletResponse response)
throws IOException
{
if ("websocket".equalsIgnoreCase(request.getHeader("Upgrade")))