File tree 1 file changed +2
-2
lines changed
mars-core/src/main/java/com/whaleal/mars/core/query
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ public Query with( Pageable pageable) {
290
290
}
291
291
292
292
if (pageable .getSort ().isSorted () && sorts .isSorted ()){
293
- LOGGER .warn (" Sorts are conflct in Query and Pageable , will use Page sorts first " );
293
+ LOGGER .warn (" Sorts are conflict in Query and Pageable , will use Page sorts first " );
294
294
}
295
295
296
296
if ( pageable .getSort ().isSorted () ){
@@ -320,7 +320,7 @@ public Query page( Pageable pageable) {
320
320
}
321
321
322
322
if (pageable .getSort ().isSorted () && sorts .isSorted ()){
323
- LOGGER .warn (" Sorts are conflct in Query and Pageable , will use Page sorts first " );
323
+ LOGGER .warn (" Sorts are conflict in Query and Pageable , will use Page sorts first " );
324
324
}
325
325
326
326
if ( pageable .getSort ().isSorted () ){
You can’t perform that action at this time.
0 commit comments