Skip to content

Commit c2dc610

Browse files
Merge branch '6.2.x'
2 parents c1adeef + df46169 commit c2dc610

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ See https://github.com/spring-projects/spring-security/tree/main#building-from-s
7979

8080
The wiki pages https://github.com/spring-projects/spring-framework/wiki/Code-Style[Code Style] and https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings[IntelliJ IDEA Editor Settings] define the source file coding standards we use along with some IDEA editor settings we customize.
8181

82-
To format the code as well as check the style, run `./gradle format check`.
82+
To format the code as well as check the style, run `./gradlew format check`.
8383

8484
[[submit-a-pull-request]]
8585
=== Submit a Pull Request

docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ You need only supply the domain name and an LDAP URL that supplies the address o
614614

615615
[NOTE]
616616
====
617-
It is also possible to obtain the server's IP address byusing a DNS lookup.
617+
It is also possible to obtain the server's IP address by using a DNS lookup.
618618
This is not currently supported, but hopefully will be in a future version.
619619
====
620620

docs/modules/ROOT/pages/servlet/authentication/session-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ Java::
788788
@Bean
789789
public SecurityFilterChain filterChain(HttpSecurity http) {
790790
http
791-
.sessionManagement((session) - session
791+
.sessionManagement((session) -> session
792792
.sessionFixation((sessionFixation) -> sessionFixation
793793
.newSession()
794794
)

0 commit comments

Comments
 (0)