Skip to content

Commit 8e6db95

Browse files
eleftheriasrwinch
authored andcommitted
Fix HttpSecurity Javadoc for jee() method
Fixes: gh-6958
1 parent 855d000 commit 8e6db95

File tree

1 file changed

+1
-1
lines changed
  • config/src/main/java/org/springframework/security/config/annotation/web/builders

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public PortMapperConfigurer<HttpSecurity> portMapper() throws Exception {
464464
* protected void configure(HttpSecurity http) throws Exception {
465465
* http.authorizeRequests().antMatchers(&quot;/**&quot;).hasRole(&quot;USER&quot;).and()
466466
* // Example jee() configuration
467-
* .jee().mappableRoles(&quot;ROLE_USER&quot;, &quot;ROLE_ADMIN&quot;);
467+
* .jee().mappableRoles(&quot;USER&quot;, &quot;ADMIN&quot;);
468468
* }
469469
* }
470470
* </pre>

0 commit comments

Comments
 (0)