Modify formatting.

This commit is contained in:
tschiman
2016-10-24 21:26:14 -06:00
parent b48cf1e1ce
commit e6b8446dd3
2 changed files with 24 additions and 29 deletions
@@ -36,11 +36,6 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
//no order tag means this is the last security filter to be evaluated
public static class AdminSecurityConfig extends WebSecurityConfigurerAdapter {
@Autowired
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
auth.inMemoryAuthentication();
}
@Override
protected void configure(HttpSecurity http) throws Exception {
http