Browse Source

Polish

pull/30003/head
Phillip Webb 4 years ago
parent
commit
587d6fa309
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/filter/ErrorPageSecurityFilter.java

1
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/filter/ErrorPageSecurityFilter.java

@ -57,7 +57,6 @@ public class ErrorPageSecurityFilter implements Filter { @@ -57,7 +57,6 @@ public class ErrorPageSecurityFilter implements Filter {
@Override
public void init(FilterConfig filterConfig) throws ServletException {
// Intentionally blank
}
@Override

Loading…
Cancel
Save