Order modifiers to align with JLS
This commit also applies Checkstyle ModifierOrder to enforce it. See gh-31368
This commit is contained in:
committed by
Stéphane Nicoll
parent
f60791a8e2
commit
919faa2ce2
@@ -49,7 +49,7 @@ import org.springframework.util.LinkedCaseInsensitiveMap;
|
||||
public class ColumnMapRowMapper implements BiFunction<Row, RowMetadata, Map<String, Object>> {
|
||||
|
||||
/** A default {@code ColumnMapRowMapper} instance. */
|
||||
public final static ColumnMapRowMapper INSTANCE = new ColumnMapRowMapper();
|
||||
public static final ColumnMapRowMapper INSTANCE = new ColumnMapRowMapper();
|
||||
|
||||
|
||||
@SuppressWarnings("deprecation") // getColumnNames() is deprecated as of R2DBC 0.9
|
||||
|
||||
Reference in New Issue
Block a user