mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Removed unnecessary cast.
This commit is contained in:
parent
30f9b3e72c
commit
093365b2f4
@ -78,7 +78,7 @@ public class FilterInvocation {
|
||||
}
|
||||
|
||||
public HttpServletResponse getHttpResponse() {
|
||||
return (HttpServletResponse) response;
|
||||
return response;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user