Delete unused import in HttpSessionHandshakeInterceptor class [SPR-12352] #16957
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
vincent Kim opened SPR-12352 and commented
There is unused import
->
import org.springframework.util.CollectionUtils;
in HttpSessionHandshakeInterceptor class.
It should be deleted.
Affects: 4.1.1
Referenced from: pull request #665, and commits b6fdcff
The text was updated successfully, but these errors were encountered: