Fix @since on GlobalAuthenticationConfigurerAdapter

Fixes: gh-5109
This commit is contained in:
Rob Winch 2018-03-13 14:23:36 -05:00
parent a7f180b2c7
commit a7a71d6cef

View File

@ -27,7 +27,7 @@ import org.springframework.security.config.annotation.authentication.configurati
* {@link AuthenticationConfiguration} to configure the global
* {@link AuthenticationManagerBuilder}.
*
* @since 3.2.1
* @since 5.0
* @author Rob Winch
*/
@Order(100)