Commit 6e6bc25c authored by Phillip Webb's avatar Phillip Webb

Polish

parent 91d3edc2
...@@ -97,7 +97,7 @@ public class MetricFilterAutoConfiguration { ...@@ -97,7 +97,7 @@ public class MetricFilterAutoConfiguration {
try { try {
httpStatus = HttpStatus.valueOf(status); httpStatus = HttpStatus.valueOf(status);
} }
catch (Exception e) { catch (Exception ex) {
// not convertible // not convertible
} }
if (bestMatchingPattern != null) { if (bestMatchingPattern != null) {
......
...@@ -127,6 +127,7 @@ public class AuthenticationManagerConfiguration extends ...@@ -127,6 +127,7 @@ public class AuthenticationManagerConfiguration extends
GlobalAuthenticationConfigurerAdapter { GlobalAuthenticationConfigurerAdapter {
private AuthenticationManagerBuilder defaultAuth; private AuthenticationManagerBuilder defaultAuth;
private AuthenticationManager parent; private AuthenticationManager parent;
public void configureParent(AuthenticationManagerBuilder auth) { public void configureParent(AuthenticationManagerBuilder auth) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment