Skip to content

Commit cb8d6a5

Browse files
SirCotareThoSap
andauthored
Apply suggestion from @ThoSap
Co-authored-by: Thomas Sapelza <[email protected]>
1 parent 3416c4a commit cb8d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/it/aboutbits/springboot/toolbox/parameter/SortParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Sort buildSort(@NonNull Map<T, String> mapping) {
7575
return buildSort(stringMapping, true);
7676
}
7777

78-
// SonarLint: Replace this usage of 'Stream.collect(Collectors. toList())' with 'Stream.toList()' and ensure that the list is unmodified.
78+
// SonarLint: Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.
7979
@SuppressWarnings("java:S6204")
8080
private Sort buildSort(@NonNull Map<String, String> mapping, boolean withDefault) {
8181
if (sortFields == null || sortFields.isEmpty()) {

0 commit comments

Comments
 (0)