Skip to content

Commit

Permalink
Naming is important.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 13, 2015
1 parent 91cd86c commit 184276e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
* It also grabs the original ServletRequest in a ThreadLocal for the
* downstream handshake to use.
*/
public class WebSocketHelpyHelpersonFilter implements Filter {
public class WebSocketHelpyHelpertonFilter implements Filter {

public static final ThreadLocal<HttpServletRequest> requestTL = new ThreadLocal<>();

Expand Down

0 comments on commit 184276e

Please sign in to comment.