From a421a3d1794cd227da57c994860253e584881618 Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Mon, 19 Apr 2021 07:25:14 +0200 Subject: [PATCH] Polish Javadoc Remove the reference to Commons Collections. --- .../org/springframework/jdbc/core/ColumnMapRowMapper.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java b/spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java index fed0064aff70..5c65b72e73a6 100644 --- a/spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java +++ b/spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java @@ -34,12 +34,9 @@ * in the column Map can be customized through overriding * {@link #createColumnMap} and {@link #getColumnKey}, respectively. * - *

Note: By default, ColumnMapRowMapper will try to build a linked Map + *

Note: 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