Skip to content

Commit

Permalink
Align Raw Types
Browse files Browse the repository at this point in the history
Closes gh-9026
  • Loading branch information
jzheaux committed Sep 18, 2020
1 parent 019c27b commit b667cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private static String[] hasAnyAuthority(String... authorities) {
}

public final class StandardInterceptUrlRegistry extends
ExpressionUrlAuthorizationConfigurer<H>.AbstractInterceptUrlRegistry<StandardInterceptUrlRegistry, AuthorizedUrl> {
UrlAuthorizationConfigurer<H>.AbstractInterceptUrlRegistry<StandardInterceptUrlRegistry, AuthorizedUrl> {

private StandardInterceptUrlRegistry(ApplicationContext context) {
setApplicationContext(context);
Expand Down

0 comments on commit b667cbb

Please sign in to comment.