Skip to content

Commit ceac2a5

Browse files
authored
Remove reference to Commons Collections in ColumnMapRowMapper Javadoc
This commit removes the outdated reference to Commons Collections in the Javadoc for ColumnMapRowMapper. Closes gh-26823
1 parent e03fdea commit ceac2a5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@
3434
* in the column Map can be customized through overriding
3535
* {@link #createColumnMap} and {@link #getColumnKey}, respectively.
3636
*
37-
* <p><b>Note:</b> By default, ColumnMapRowMapper will try to build a linked Map
37+
* <p><b>Note:</b> By default, {@code ColumnMapRowMapper} will try to build a linked Map
3838
* with case-insensitive keys, to preserve column order as well as allow any
39-
* casing to be used for column names. This requires Commons Collections on the
40-
* classpath (which will be autodetected). Else, the fallback is a standard linked
41-
* HashMap, which will still preserve column order but requires the application
42-
* to specify the column names in the same casing as exposed by the driver.
39+
* casing to be used for column names.
4340
*
4441
* @author Juergen Hoeller
4542
* @since 1.2

0 commit comments

Comments
 (0)