Fix compiling in Eclipse

This commit is contained in:
Rob Winch
2014-09-16 09:54:45 -05:00
parent 39d544b901
commit 02c3565e22
18 changed files with 11 additions and 41 deletions

View File

@@ -204,7 +204,7 @@ class LdapAuthenticationProviderBuilderSecurityBuilderTests extends BaseSpringSp
auth.build()
}
abstract protected void configure(AuthenticationManagerBuilder auth)
abstract protected void configure(AuthenticationManagerBuilder auth) throws Exception
}
static Integer port;