Skip to content

Commit

Permalink
remove repeating "used for" in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pongdangx2 committed Dec 4, 2024
1 parent ba2202a commit b5ef4c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* @author Michael Minella
* @author Mahmoud Ben Hassine
* @author Taeik Lim
* @author Kyeonghoon Lee
* @since 2.0
*/
public abstract class SqlPagingQueryUtils {
Expand Down Expand Up @@ -233,7 +234,7 @@ public static String generateRowNumSqlQuery(AbstractSqlPagingQueryProvider provi

/**
* Generates ORDER BY attributes based on the sort keys.
* @param provider the {@link AbstractSqlPagingQueryProvider} to be used for used for
* @param provider the {@link AbstractSqlPagingQueryProvider} to be used for
* pagination.
* @return a String that can be appended to an ORDER BY clause.
*/
Expand Down

0 comments on commit b5ef4c9

Please sign in to comment.