spring-security/config
Eric Hudon 79bbd6a39c Fix a missing "throws Exception" for configure(AuthenticationManagerBuilder auth)
The actual method signature look this this:
```java
protected void configure(AuthenticationManagerBuilder auth) throws Exception
```
 This PR aims at aligning the javadoc for this annotation with the actual method signature.
2018-07-19 09:30:51 -06:00
..
src Fix a missing "throws Exception" for configure(AuthenticationManagerBuilder auth) 2018-07-19 09:30:51 -06:00
spring-security-config.gradle Resource Server Jwt Support 2018-07-16 10:40:46 -05:00