Skip to content

Commit 0736bb1

Browse files
committed
修正字符
1 parent f955896 commit 0736bb1

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

mars-core/src/main/java/com/whaleal/mars/core/query/Query.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public Query with( Pageable pageable) {
290290
}
291291

292292
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 ");
294294
}
295295

296296
if( pageable.getSort().isSorted() ){
@@ -320,7 +320,7 @@ public Query page( Pageable pageable) {
320320
}
321321

322322
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 ");
324324
}
325325

326326
if( pageable.getSort().isSorted() ){

0 commit comments

Comments
 (0)