Pruning of outdated JDK 6/7 references (plus related polishing)

(cherry picked from commit b325c74216)
This commit is contained in:
Juergen Hoeller
2018-08-07 20:36:47 +02:00
parent b87ee4ca32
commit a45ef35b38
13 changed files with 51 additions and 64 deletions

View File

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