You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2016-2020 the original author or authors.
2
+
* Copyright 2016-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -36,6 +36,7 @@
36
36
* @author Drummond Dawson
37
37
* @author Mahmoud Ben Hassine
38
38
* @author Ankur Trapasiya
39
+
* @author Parikshit Dutta
39
40
* @since 4.0
40
41
*/
41
42
publicclassJdbcCursorItemReaderBuilder<T> {
@@ -50,7 +51,7 @@ public class JdbcCursorItemReaderBuilder<T> {
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/test/java/org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilderTests.java
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2016-2020 the original author or authors.
2
+
* Copyright 2016-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -48,6 +48,7 @@
48
48
* @author Michael Minella
49
49
* @author Drummond Dawson
50
50
* @author Ankur Trapasiya
51
+
* @author Parikshit Dutta
51
52
*/
52
53
publicclassJdbcCursorItemReaderBuilderTests {
53
54
@@ -314,6 +315,17 @@ public void testOtherProperties() {
0 commit comments