Skip to content

Commit 3d8d122

Browse files
committed
Fix code formatting
Related to c6b6b09
1 parent e045454 commit 3d8d122

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,9 @@ protected void openCursor(Connection con) {
144144
}
145145

146146
/**
147-
* Releases JDBC resources associated with this reader.
148-
* Closes the PreparedStatement used for the cursor.
149-
* The Connection is not closed here; it is managed by the parent class.
150-
*
147+
* Releases JDBC resources associated with this reader. Closes the PreparedStatement
148+
* used for the cursor. The Connection is not closed here; it is managed by the parent
149+
* class.
151150
* @param connection the active database connection used for the cursor
152151
*/
153152
@Override

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,9 @@ protected void openCursor(Connection con) {
232232
}
233233

234234
/**
235-
* Releases JDBC resources associated with this reader.
236-
* Closes the PreparedStatement used for the cursor.
237-
* The Connection is not closed here; it is managed by the parent class.
238-
*
235+
* Releases JDBC resources associated with this reader. Closes the PreparedStatement
236+
* used for the cursor. The Connection is not closed here; it is managed by the parent
237+
* class.
239238
* @param connection the active database connection used for the cursor
240239
*/
241240
@Override

0 commit comments

Comments
 (0)