This commit is contained in:
Phillip Webb 2014-08-14 20:00:33 -07:00
parent 91d3edc220
commit 6e6bc25c44
2 changed files with 2 additions and 1 deletions

View File

@ -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) {

View File

@ -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) {