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
This commit is contained in:
Marten Deinum 2021-04-20 19:22:57 +02:00 committed by GitHub
parent e03fdeaf8b
commit ceac2a5c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -34,12 +34,9 @@ import org.springframework.util.LinkedCaseInsensitiveMap;
* in the column Map can be customized through overriding
* {@link #createColumnMap} and {@link #getColumnKey}, respectively.
*
* <p><b>Note:</b> By default, ColumnMapRowMapper will try to build a linked Map
* <p><b>Note:</b> By default, {@code ColumnMapRowMapper} will try to build a linked Map
* with case-insensitive keys, to preserve column order as well as allow any
* casing to be used for column names. This requires Commons Collections on the
* classpath (which will be autodetected). Else, the fallback is a standard linked
* HashMap, which will still preserve column order but requires the application
* to specify the column names in the same casing as exposed by the driver.
* casing to be used for column names.
*
* @author Juergen Hoeller
* @since 1.2