Skip to content

Commit

Permalink
修正字符
Browse files Browse the repository at this point in the history
  • Loading branch information
HbnKing committed Feb 5, 2024
1 parent f955896 commit 0736bb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public Query with( Pageable pageable) {
}

if(pageable.getSort().isSorted() && sorts.isSorted()){
LOGGER.warn(" Sorts are conflct in Query and Pageable , will use Page sorts first ");
LOGGER.warn(" Sorts are conflict in Query and Pageable , will use Page sorts first ");
}

if( pageable.getSort().isSorted() ){
Expand Down Expand Up @@ -320,7 +320,7 @@ public Query page( Pageable pageable) {
}

if(pageable.getSort().isSorted() && sorts.isSorted()){
LOGGER.warn(" Sorts are conflct in Query and Pageable , will use Page sorts first ");
LOGGER.warn(" Sorts are conflict in Query and Pageable , will use Page sorts first ");
}

if( pageable.getSort().isSorted() ){
Expand Down

0 comments on commit 0736bb1

Please sign in to comment.