-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit 74de2e8
Fix javadoc in JdbcCursorItemReaderBuilder
- JdbcCursorItemReaderBuilder.queryTimeout(int) -> milliseconds
- but, AbstractCursorItemReader.setQueryTimeout(int) -> seconds
Signed-off-by: Jisu Lee <itis821@gmail.com>1 parent a698567 commit 74de2e8
File tree
1 file changed
+1
-1
lines changed- spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/builder
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | - | ||
167 | + | ||
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
0 commit comments