Skip to content

Commit 88361a4

Browse files
committed
Polish "Introduce internal constants for implicit bounds in TypeUtils"
See gh-30423
1 parent 92cf7f1 commit 88361a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/src/main/java/org/springframework/util/TypeUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
public abstract class TypeUtils {
3838

3939
private static final Type[] IMPLICIT_LOWER_BOUNDS = { null };
40+
4041
private static final Type[] IMPLICIT_UPPER_BOUNDS = { Object.class };
4142

4243
/**

0 commit comments

Comments
 (0)