Polishing

This commit is contained in:
Juergen Hoeller
2018-08-07 21:23:43 +02:00
parent 89cadfa8d9
commit 5515112f87
6 changed files with 32 additions and 38 deletions

View File

@@ -156,7 +156,7 @@ public class ConcurrentWebSocketSessionDecorator extends WebSocketSessionDecorat
}
finally {
this.sendStartTime = 0;
flushLock.unlock();
this.flushLock.unlock();
}
return true;
}