File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ The wiki pages https://github.com/spring-projects/spring-framework/wiki/Code-Sty
81
81
82
82
To format the code as well as check the style, run `./gradlew format && ./gradlew check`.
83
83
84
- NOTE: _Since the Stream API is https://github.com/spring-projects/spring-security/issues/7154[much slower] than `for` loop, please use it judiciously.
85
- The team may ask you to change it to a `for` loop if the given code is along a hot path._
84
+ NOTE: Since the Stream API is https://github.com/spring-projects/spring-security/issues/7154[much slower] than `for` loop, please use it judiciously.
85
+ The team may ask you to change it to a `for` loop if the given code is along a hot path.
86
86
87
87
[[submit-a-pull-request]]
88
88
=== Submit a Pull Request
You can’t perform that action at this time.
0 commit comments