Skip to content

Commit

Permalink
No logical changes: deleting a space character
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 4, 2017
1 parent 453209f commit 8565145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private void handle(HttpServletRequest req, HttpServletResponse resp) {

try {
if (handler instanceof ActiveSession) {
sessionLogHandler .attachToCurrentThread(((ActiveSession) handler).getId());
sessionLogHandler.attachToCurrentThread(((ActiveSession) handler).getId());
ActiveSession session = (ActiveSession) handler;
Thread.currentThread().setName(String.format(
"Handler thread for session %s (%s)",
Expand Down

0 comments on commit 8565145

Please sign in to comment.