Skip to content

Commit cb62d3d

Browse files
committed
remove repeating "used for" in comment
Signed-off-by: KyeongHoon Lee <[email protected]>
1 parent e706957 commit cb62d3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/support/SqlPagingQueryUtils.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2024 the original author or authors.
2+
* Copyright 2006-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -32,6 +32,7 @@
3232
* @author Michael Minella
3333
* @author Mahmoud Ben Hassine
3434
* @author Taeik Lim
35+
* @author Kyeonghoon Lee
3536
* @since 2.0
3637
*/
3738
public abstract class SqlPagingQueryUtils {
@@ -233,7 +234,7 @@ public static String generateRowNumSqlQuery(AbstractSqlPagingQueryProvider provi
233234

234235
/**
235236
* Generates ORDER BY attributes based on the sort keys.
236-
* @param provider the {@link AbstractSqlPagingQueryProvider} to be used for used for
237+
* @param provider the {@link AbstractSqlPagingQueryProvider} to be used for
237238
* pagination.
238239
* @return a String that can be appended to an ORDER BY clause.
239240
*/

0 commit comments

Comments
 (0)