Fix HttpSecurity Javadoc

Fixes gh-4404
This commit is contained in:
Eleftheria Stein 2020-04-02 11:32:38 -04:00
parent 72f13c8ed0
commit 1de0cf5057
1 changed files with 1 additions and 0 deletions

View File

@ -1105,6 +1105,7 @@ public final class HttpSecurity extends
/**
* Allows restricting access based upon the {@link HttpServletRequest} using
* {@link RequestMatcher} implementations (i.e. via URL patterns).
*
* <h2>Example Configurations</h2>
*