mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 04:22:17 +00:00
Align Raw Types
Closes gh-9026
This commit is contained in:
parent
019c27b0a0
commit
b667cbbb86
@ -194,7 +194,7 @@ public final class UrlAuthorizationConfigurer<H extends HttpSecurityBuilder<H>>
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class StandardInterceptUrlRegistry extends
|
public final class StandardInterceptUrlRegistry extends
|
||||||
ExpressionUrlAuthorizationConfigurer<H>.AbstractInterceptUrlRegistry<StandardInterceptUrlRegistry, AuthorizedUrl> {
|
UrlAuthorizationConfigurer<H>.AbstractInterceptUrlRegistry<StandardInterceptUrlRegistry, AuthorizedUrl> {
|
||||||
|
|
||||||
private StandardInterceptUrlRegistry(ApplicationContext context) {
|
private StandardInterceptUrlRegistry(ApplicationContext context) {
|
||||||
setApplicationContext(context);
|
setApplicationContext(context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user